Home
last modified time | relevance | path

Searched refs:GPIO_COUNT (Results 1 – 18 of 18) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c42 #if (GPIO_COUNT == 1)
44 #elif (GPIO_COUNT == 2)
671 nrf_gpio_latches_read_and_clear(0, GPIO_COUNT, latch); in latch_pending_read_and_check()
673 for (uint32_t port_idx = 0; port_idx < GPIO_COUNT; port_idx++) in latch_pending_read_and_check()
740 uint32_t new_input[GPIO_COUNT]; in input_read_and_check()
742 nrf_gpio_ports_read(0, GPIO_COUNT, new_input); in input_read_and_check()
745 for (uint32_t port_idx = 0; port_idx < GPIO_COUNT; port_idx++) in input_read_and_check()
767 uint32_t pins_to_check[GPIO_COUNT]; in port_event_handle()
825 uint32_t input[GPIO_COUNT] = {0}; in nrfx_gpiote_irq_handler()
853 nrf_gpio_latches_read_and_clear(0, GPIO_COUNT, input); in nrfx_gpiote_irq_handler()
[all …]
/external/platform/nrfx/hal/
A Dnrf_gpio.h45 #if (GPIO_COUNT == 1)
48 #elif (GPIO_COUNT == 2)
838 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_ports_read()
840 NRFX_ASSERT(start_port + length <= GPIO_COUNT); in nrf_gpio_ports_read()
856 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_latches_read()
870 NRF_GPIO_Type * gpio_regs[GPIO_COUNT] = GPIO_REG_LIST; in nrf_gpio_latches_read_and_clear()
/external/platform/nrfx/mdk/
A Dnrf51422_peripherals.h58 #define GPIO_COUNT 1 macro
A Dnrf51801_peripherals.h58 #define GPIO_COUNT 1 macro
A Dnrf51802_peripherals.h58 #define GPIO_COUNT 1 macro
A Dnrf51822_peripherals.h59 #define GPIO_COUNT 1 macro
A Dnrf51824_peripherals.h59 #define GPIO_COUNT 1 macro
A Dnrf51_peripherals.h57 #define GPIO_COUNT 1 macro
A Dnrf5340_network_peripherals.h76 #define GPIO_COUNT 2 macro
A Dnrf52805_peripherals.h62 #define GPIO_COUNT 1 macro
A Dnrf52810_peripherals.h62 #define GPIO_COUNT 1 macro
A Dnrf9160_peripherals.h55 #define GPIO_COUNT 1 macro
A Dnrf52811_peripherals.h62 #define GPIO_COUNT 1 macro
A Dnrf52820_peripherals.h63 #define GPIO_COUNT 1 macro
A Dnrf5340_application_peripherals.h91 #define GPIO_COUNT 2 macro
A Dnrf52832_peripherals.h76 #define GPIO_COUNT 1 macro
A Dnrf52833_peripherals.h75 #define GPIO_COUNT 2 macro
A Dnrf52840_peripherals.h75 #define GPIO_COUNT 2 macro

Completed in 22 milliseconds