Definition at line 56 of file led.c.
Data Fields | |
| struct { | |
| U32 PIN_MASK | |
| Bit-mask of LED pin in GPIO port. | |
| U32 PORT | |
| LED GPIO port. | |
| } | GPIO |
| LED GPIO descriptor. | |
| struct { | |
| S32 CHANNEL | |
| LED PWM channel (< 0 if N/A). | |
| S32 FUNCTION | |
| LED pin PWM function (< 0 if N/A). | |
| } | PWM |
| LED PWM descriptor. | |
LED PWM channel (< 0 if N/A).
Definition at line 65 of file led.c.
Referenced by LED_Get_Intensity(), and LED_Set_Intensity().
LED pin PWM function (< 0 if N/A).
Definition at line 66 of file led.c.
Referenced by LED_Set_Intensity().
| struct { ... } tLED_DESCRIPTOR::GPIO |
LED GPIO descriptor.
Referenced by LED_Display(), LED_Display_Mask(), LED_Off(), LED_On(), LED_Set_Intensity(), and LED_Toggle().
Bit-mask of LED pin in GPIO port.
Definition at line 61 of file led.c.
Referenced by LED_Display(), LED_Display_Mask(), LED_Off(), LED_On(), LED_Set_Intensity(), and LED_Toggle().
LED GPIO port.
Definition at line 60 of file led.c.
Referenced by LED_Display(), LED_Display_Mask(), LED_Off(), LED_On(), LED_Set_Intensity(), and LED_Toggle().
| struct { ... } tLED_DESCRIPTOR::PWM |
1.5.3-20071008