Searched refs:syncbusy (Results 1 – 3 of 3) sorted by relevance
174 uint32_t syncbusy; in LETIMER_CompareSet() local185 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() local474 syncbusy = LETIMER_SYNCBUSY_REP0; in LETIMER_RepeatSet()481 syncbusy = LETIMER_SYNCBUSY_REP1; in LETIMER_RepeatSet()492 LETIMER_Sync(letimer, syncbusy); in LETIMER_RepeatSet()
160 uint32_t syncbusy; in RTC_CompareSet() local172 syncbusy = RTC_SYNCBUSY_COMP0; in RTC_CompareSet()179 syncbusy = RTC_SYNCBUSY_COMP1; in RTC_CompareSet()189 RTC_Sync(syncbusy); in RTC_CompareSet()
148 uint32_t ctrla, syncbusy; in i2s_clock_unit_set_config() local149 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() local265 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