Go to the documentation of this file.
   47 #define LED4_READ()           PORT_READ(LED4_PORT, LED4_PIN) 
   48 #define LED4_WRITE(v)         PORT_WRITE(LED4_PORT, LED4_PIN, v) 
   49 #define LED4_FUNC_GPIO()      PORT_FUNC_GPIO(LED4_PORT, LED4_PIN) 
   50 #define LED4_DIR_INPUT()      PORT_DIR_INPUT(LED4_PORT, LED4_PIN) 
   51 #define LED4_DIR_OUTPUT()     PORT_DIR_OUTPUT(LED4_PORT, LED4_PIN)