Searched refs:async (Results 1 – 6 of 6) sorted by relevance
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_timer.c | 139 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()
|
| D | em_usart.c | 959 USART_InitAsync(usart, &(init->async)); in USARTn_InitIrDA()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_timer.c | 139 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()
|
| D | em_usart.c | 959 USART_InitAsync(usart, &(init->async)); in USARTn_InitIrDA()
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_usart.h | 542 USART_InitAsync_TypeDef async; member
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_usart.h | 542 USART_InitAsync_TypeDef async; member
|