Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c315 nrfx_prs_release(p_spis); in nrfx_spis_init()
343 nrfx_prs_release(p_spis); in nrfx_spis_init()
440 nrfx_prs_release(p_spis); in nrfx_spis_uninit()
Dnrfx_comp.c198 nrfx_prs_release(NRF_COMP); in nrfx_comp_uninit()
Dnrfx_lpcomp.c224 nrfx_prs_release(NRF_LPCOMP); in nrfx_lpcomp_uninit()
Dnrfx_twim.c313 nrfx_prs_release(p_instance->p_twim); in nrfx_twim_init()
373 nrfx_prs_release(p_instance->p_twim); in nrfx_twim_uninit()
Dnrfx_spi.c255 nrfx_prs_release(p_instance->p_reg); in nrfx_spi_uninit()
Dnrfx_uarte.c537 nrfx_prs_release(p_instance->p_reg); in nrfx_uarte_init()
547 nrfx_prs_release(p_instance->p_reg); in nrfx_uarte_init()
613 nrfx_prs_release(p_uarte); in nrfx_uarte_uninit()
Dnrfx_twis.c609 nrfx_prs_release(p_reg); in nrfx_twis_uninit()
Dnrfx_uart.c289 nrfx_prs_release(p_instance->p_reg); in nrfx_uart_uninit()
Dnrfx_twi.c281 nrfx_prs_release(p_instance->p_twi); in nrfx_twi_uninit()
Dnrfx_spim.c726 nrfx_prs_release(p_instance->p_reg); in nrfx_spim_uninit()
/hal_nordic-latest/nrfx/drivers/src/prs/
Dnrfx_prs.h249 void nrfx_prs_release(void const * p_base_addr);
Dnrfx_prs.c180 void nrfx_prs_release(void const * p_base_addr) in nrfx_prs_release() function