Searched refs:GPIO_COUNT (Results 1 – 18 of 18) sorted by relevance
42 #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 …]
45 #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()
58 #define GPIO_COUNT 1 macro
59 #define GPIO_COUNT 1 macro
57 #define GPIO_COUNT 1 macro
76 #define GPIO_COUNT 2 macro
62 #define GPIO_COUNT 1 macro
55 #define GPIO_COUNT 1 macro
63 #define GPIO_COUNT 1 macro
91 #define GPIO_COUNT 2 macro
76 #define GPIO_COUNT 1 macro
75 #define GPIO_COUNT 2 macro
Completed in 22 milliseconds