41 #ifndef BSPACM_DEVICE_EFM32_INTERNAL_UTILITY_LED_H
42 #define BSPACM_DEVICE_EFM32_INTERNAL_UTILITY_LED_H
49 #define BSPACM_INC_EXPAND_LED_REFERENCE(port_,pin_)
50 #include <bspacm/internal/board/led.inc>
51 #undef BSPACM_INC_EXPAND_LED_REFERENCE
54 typedef struct sBSPACMled {
55 GPIO_P_TypeDef * port;
67 lp->port->DOUTTGL = lp->bits;
68 }
else if (0 == mode) {
69 lp->port->DOUTCLR = lp->bits;
71 lp->port->DOUTSET = lp->bits;
void xBSPACMled
Definition: led.h:82
Common header included by all BSPACM leaf headers.
#define BSPACM_CORE_INLINE_FORCED
Definition: core.h:78
static BSPACM_CORE_INLINE_FORCED void vBSPACMledSet_(int idx, int mode)
Definition: led.h:93
const xBSPACMled xBSPACMleds[]