Home
last modified time | relevance | path

Searched refs:syncbusy (Results 1 – 3 of 3) sorted by relevance

/bsp/efm32/Libraries/emlib/src/
A Dem_letimer.c174 uint32_t syncbusy; in LETIMER_CompareSet() local
185 syncbusy = LETIMER_SYNCBUSY_COMP0; in LETIMER_CompareSet()
190 syncbusy = LETIMER_SYNCBUSY_COMP1; in LETIMER_CompareSet()
200 LETIMER_Sync(letimer, syncbusy); in LETIMER_CompareSet()
462 uint32_t syncbusy; in LETIMER_RepeatSet() local
474 syncbusy = LETIMER_SYNCBUSY_REP0; in LETIMER_RepeatSet()
481 syncbusy = LETIMER_SYNCBUSY_REP1; in LETIMER_RepeatSet()
492 LETIMER_Sync(letimer, syncbusy); in LETIMER_RepeatSet()
A Dem_rtc.c160 uint32_t syncbusy; in RTC_CompareSet() local
172 syncbusy = RTC_SYNCBUSY_COMP0; in RTC_CompareSet()
179 syncbusy = RTC_SYNCBUSY_COMP1; in RTC_CompareSet()
189 RTC_Sync(syncbusy); in RTC_CompareSet()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2s/
A Di2s.c148 uint32_t ctrla, syncbusy; in i2s_clock_unit_set_config() local
149 syncbusy = module_inst->hw->SYNCBUSY.reg; in i2s_clock_unit_set_config()
153 if (syncbusy & (I2S_SYNCBUSY_CKEN0 << clock_unit)) { in i2s_clock_unit_set_config()
264 uint32_t ctrla, syncbusy; in i2s_serializer_set_config() local
265 syncbusy = module_inst->hw->SYNCBUSY.reg; in i2s_serializer_set_config()
269 if (syncbusy & ((I2S_SYNCBUSY_SEREN0 | I2S_SYNCBUSY_DATA0) << serializer)) { in i2s_serializer_set_config()

Completed in 12 milliseconds