Searched refs:gpiote_ch (Results 1 – 2 of 2) sorted by relevance
103 uint8_t gpiote_ch; member200 .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()
139 uint8_t gpiote_ch; member