Home
last modified time | relevance | path

Searched refs:gpiote_ch (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c103 uint8_t gpiote_ch; member
200 .p_in_channel = &p_cb->gpiote_ch in spis_configure()
306 err_code = nrfx_gpiote_channel_alloc(&gpiote, &p_cb->gpiote_ch); in nrfx_spis_init()
309 err_code = nrfx_gpiote_channel_alloc(&p_cb->gpiote_ch); in nrfx_spis_init()
333 nrfx_gpiote_channel_free(&gpiote, p_cb->gpiote_ch); in nrfx_spis_init()
335 nrfx_gpiote_channel_free(p_cb->gpiote_ch); in nrfx_spis_init()
409 nrfx_gpiote_channel_free(&gpiote, p_cb->gpiote_ch); in nrfx_spis_uninit()
411 nrfx_gpiote_channel_free(p_cb->gpiote_ch); in nrfx_spis_uninit()
/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_ant_div.h139 uint8_t gpiote_ch; member