Searched refs:p_spis (Results 1 – 1 of 1) sorted by relevance
136 NRF_SPIS_Type * p_spis = p_instance->p_reg; in nrfx_spis_init() local170 if (nrfx_prs_acquire(p_spis, in nrfx_spis_init()231 nrf_spis_rx_buffer_set(p_spis, NULL, 0); in nrfx_spis_init()232 nrf_spis_tx_buffer_set(p_spis, NULL, 0); in nrfx_spis_init()238 nrf_spis_def_set(p_spis, p_config->def); in nrfx_spis_init()239 nrf_spis_orc_set(p_spis, p_config->orc); in nrfx_spis_init()286 nrf_spis_enable(p_spis); in nrfx_spis_init()298 NRF_SPIS_Type * p_spis = p_instance->p_reg; in nrfx_spis_uninit() local301 nrf_spis_disable(p_spis); in nrfx_spis_uninit()303 nrf_spis_int_disable(p_spis, DISABLE_ALL); in nrfx_spis_uninit()[all …]
Completed in 3 milliseconds