Home
last modified time | relevance | path

Searched refs:async (Results 1 – 6 of 6) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_timer.c139 static void timerPrsConfig(TIMER_TypeDef * timer, unsigned int cc, unsigned int prsCh, bool async) in timerPrsConfig() argument
146 if (async) { in timerPrsConfig()
286 bool async = (init->prsInputType != timerPrsInputSync); in TIMER_InitCC() local
287 timerPrsConfig(timer, ch, init->prsSel, async); in TIMER_InitCC()
Dem_usart.c959 USART_InitAsync(usart, &(init->async)); in USARTn_InitIrDA()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_timer.c139 static void timerPrsConfig(TIMER_TypeDef * timer, unsigned int cc, unsigned int prsCh, bool async) in timerPrsConfig() argument
146 if (async) { in timerPrsConfig()
286 bool async = (init->prsInputType != timerPrsInputSync); in TIMER_InitCC() local
287 timerPrsConfig(timer, ch, init->prsSel, async); in TIMER_InitCC()
Dem_usart.c959 USART_InitAsync(usart, &(init->async)); in USARTn_InitIrDA()
/hal_silabs-latest/gecko/emlib/inc/
Dem_usart.h542 USART_InitAsync_TypeDef async; member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_usart.h542 USART_InitAsync_TypeDef async; member