Home
last modified time | relevance | path

Searched refs:gpiote (Results 1 – 14 of 14) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c75 static nrfx_gpiote_t const gpiote = NRFX_GPIOTE_INSTANCE(0); variable
183 nrfx_gpiote_pin_uninit(&gpiote, p_cb->csn_pin); in spis_configure()
212 nrfx_err_t err_code = nrfx_gpiote_input_configure(&gpiote, csn_pin, &config); in spis_configure()
225 nrfx_gpiote_trigger_enable(&gpiote, csn_pin, true); in spis_configure()
305 (void)nrfx_gpiote_init(&gpiote, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in nrfx_spis_init()
306 err_code = nrfx_gpiote_channel_alloc(&gpiote, &p_cb->gpiote_ch); in nrfx_spis_init()
333 nrfx_gpiote_channel_free(&gpiote, p_cb->gpiote_ch); in nrfx_spis_init()
403 nrfx_gpiote_pin_uninit(&gpiote, p_cb->csn_pin); in nrfx_spis_uninit()
409 nrfx_gpiote_channel_free(&gpiote, p_cb->gpiote_ch); in nrfx_spis_uninit()
Dnrfx_gpiote.c1679 NRFX_INSTANCE_IRQ_HANDLERS(GPIOTE, gpiote)
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/boards/
Dnrf9160dk_nrf9160.overlay9 &gpiote {
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/boards/
Dnrf52833dk_nrf52833.overlay9 &gpiote {
Dnrf52840dk_nrf52840.overlay9 &gpiote {
Dnrf52dk_nrf52832.overlay9 &gpiote {
Dnrf5340dk_nrf5340_cpuapp.overlay9 &gpiote {
Dnrf9160dk_nrf9160.overlay9 &gpiote {
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/boards/
Dnrf52dk_nrf52832.overlay6 &gpiote {
Dnrf5340dk_nrf5340_cpuapp.overlay6 &gpiote {
Dnrf9160dk_nrf9160.overlay6 &gpiote {
Dnrf52833dk_nrf52833.overlay6 &gpiote {
Dnrf52840dk_nrf52840.overlay6 &gpiote {
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_gpiote.h751 NRFX_INSTANCE_IRQ_HANDLERS_DECLARE(GPIOTE, gpiote)