Searched refs:p_twi (Results 1 – 2 of 2) sorted by relevance
139 static bool xfer_completeness_check(NRF_TWI_Type * p_twi, twi_control_block_t const * p_cb) in xfer_completeness_check() argument149 nrf_twi_disable(p_twi); in xfer_completeness_check()150 nrf_twi_enable(p_twi); in xfer_completeness_check()164 nrf_twi_pins_set(p_instance->p_twi, p_config->scl, p_config->sda); in twi_configure()166 nrf_twi_frequency_set(p_instance->p_twi, p_config->frequency); in twi_configure()170 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_twi), in twi_configure()172 NRFX_IRQ_ENABLE(nrfx_get_irq_number(p_instance->p_twi)); in twi_configure()203 if (nrfx_prs_acquire(p_instance->p_twi, in nrfx_twi_init()261 nrf_twi_disable(p_instance->p_twi); in nrfx_twi_reconfigure()264 nrf_twi_enable(p_instance->p_twi); in nrfx_twi_reconfigure()[all …]
57 NRF_TWI_Type * p_twi; ///< Pointer to a structure with TWI registers. member64 .p_twi = NRFX_CONCAT(NRF_, TWI, id), \