Home
last modified time | relevance | path

Searched defs:p_twi (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twi.c139 static bool xfer_completeness_check(NRF_TWI_Type * p_twi, twi_control_block_t const * p_cb) in xfer_completeness_check()
307 NRF_TWI_Type * p_twi = p_instance->p_twi; in nrfx_twi_enable() local
320 NRF_TWI_Type * p_twi = p_instance->p_twi; in nrfx_twi_disable() local
330 static bool twi_send_byte(NRF_TWI_Type * p_twi, in twi_send_byte()
358 static bool twi_receive_byte(NRF_TWI_Type * p_twi, in twi_receive_byte()
386 static bool twi_transfer(NRF_TWI_Type * p_twi, in twi_transfer()
472 static nrfx_err_t twi_tx_start_transfer(NRF_TWI_Type * p_twi, in twi_tx_start_transfer()
541 static nrfx_err_t twi_rx_start_transfer(NRF_TWI_Type * p_twi, in twi_rx_start_transfer()
612 static nrfx_err_t twi_xfer(NRF_TWI_Type * p_twi, in twi_xfer()
726 static void irq_handler(NRF_TWI_Type * p_twi, twi_control_block_t * p_cb) in irq_handler()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_twi.h57 NRF_TWI_Type * p_twi; ///< Pointer to a structure with TWI registers. member