Searched refs:gpiote (Results 1 – 14 of 14) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_spis.c | 75 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()
|
| D | nrfx_gpiote.c | 1679 NRFX_INSTANCE_IRQ_HANDLERS(GPIOTE, gpiote)
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_timer/boards/ |
| D | nrf9160dk_nrf9160.overlay | 9 &gpiote {
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_gppi/boards/ |
| D | nrf52833dk_nrf52833.overlay | 9 &gpiote {
|
| D | nrf52840dk_nrf52840.overlay | 9 &gpiote {
|
| D | nrf52dk_nrf52832.overlay | 9 &gpiote {
|
| D | nrf5340dk_nrf5340_cpuapp.overlay | 9 &gpiote {
|
| D | nrf9160dk_nrf9160.overlay | 9 &gpiote {
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/boards/ |
| D | nrf52dk_nrf52832.overlay | 6 &gpiote {
|
| D | nrf5340dk_nrf5340_cpuapp.overlay | 6 &gpiote {
|
| D | nrf9160dk_nrf9160.overlay | 6 &gpiote {
|
| D | nrf52833dk_nrf52833.overlay | 6 &gpiote {
|
| D | nrf52840dk_nrf52840.overlay | 6 &gpiote {
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_gpiote.h | 751 NRFX_INSTANCE_IRQ_HANDLERS_DECLARE(GPIOTE, gpiote)
|