Searched refs:uart_control_block_t (Results 1 – 1 of 1) sorted by relevance
69 } uart_control_block_t; typedef70 static uart_control_block_t m_cb[NRFX_UART_ENABLED_COUNT];162 uart_control_block_t * p_cb = &m_cb[p_instance->drv_inst_idx]; in nrfx_uart_init()215 uart_control_block_t * p_cb = &m_cb[p_instance->drv_inst_idx]; in nrfx_uart_uninit()235 static void tx_byte(NRF_UART_Type * p_uart, uart_control_block_t * p_cb) in tx_byte()243 static bool tx_blocking(NRF_UART_Type * p_uart, uart_control_block_t * p_cb) in tx_blocking()267 uart_control_block_t * p_cb = &m_cb[p_instance->drv_inst_idx]; in nrfx_uart_tx()332 static void rx_byte(NRF_UART_Type * p_uart, uart_control_block_t * p_cb) in rx_byte()350 uart_control_block_t * p_cb = &m_cb[p_instance->drv_inst_idx]; in nrfx_uart_rx()491 static void rx_done_event(uart_control_block_t * p_cb, in rx_done_event()[all …]