Home
last modified time | relevance | path

Searched refs:MEC_BBLED_CONFIG_SYNC_Pos (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/devices/common/
Dmec5_bbled_v1.h35 #define MEC_BBLED_CONFIG_SYNC_Pos (3UL) /*!< SYNC (Bit 3) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_bbled.c136 regs->CONFIG |= MEC_BIT(MEC_BBLED_CONFIG_SYNC_Pos); in mec_hal_bbled_synchronize_enable()
138 regs->CONFIG &= (uint32_t)~MEC_BIT(MEC_BBLED_CONFIG_SYNC_Pos); in mec_hal_bbled_synchronize_enable()