Searched refs:uarte_instance (Results 1 – 1 of 1) sorted by relevance
| /bsp/nrf5x/libraries/drivers/ |
| A D | drv_uarte.c | 21 nrfx_uarte_t uarte_instance; member 33 .uarte_instance = NRFX_UARTE_INSTANCE(0), 44 .uarte_instance = NRFX_UARTE_INSTANCE(1), 54 .uarte_instance = NRFX_UARTE_INSTANCE(2), 64 .uarte_instance = NRFX_UARTE_INSTANCE(3), 86 (void)nrfx_uarte_rx(&(p_cb->uarte_instance), p_cb->rx_buffer, 1); in uarte_evt_handler() 122 nrfx_uarte_uninit(&(p_cb->uarte_instance)); in _uart_cfg() 178 nrfx_uarte_rx(&(p_cb->uarte_instance),p_cb->rx_buffer,1); in _uart_cfg() 223 nrfx_uarte_uninit(&(p_cb->uarte_instance)); in _uart_ctrl() 250 nrfx_uarte_tx(&(p_cb->uarte_instance),p_cb->tx_buffer,1); in _uart_putc() [all …]
|
Completed in 3 milliseconds