Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c73 } uart_control_block_t; typedef
74 static uart_control_block_t m_cb[NRFX_UART_ENABLED_COUNT];
150 uart_control_block_t const * p_cb = &m_cb[p_instance->drv_inst_idx]; in pins_to_default()
196 uart_control_block_t * p_cb = &m_cb[p_instance->drv_inst_idx]; in nrfx_uart_init()
253 uart_control_block_t * p_cb = &m_cb[p_instance->drv_inst_idx]; in nrfx_uart_reconfigure()
275 uart_control_block_t * p_cb = &m_cb[p_instance->drv_inst_idx]; in nrfx_uart_uninit()
299 uart_control_block_t * p_cb = &m_cb[p_instance->drv_inst_idx]; in nrfx_uart_init_check()
304 static void tx_byte(NRF_UART_Type * p_uart, uart_control_block_t * p_cb) in tx_byte()
312 static bool tx_blocking(NRF_UART_Type * p_uart, uart_control_block_t * p_cb) in tx_blocking()
339 uart_control_block_t * p_cb = &m_cb[p_instance->drv_inst_idx]; in nrfx_uart_tx()
[all …]