Home
last modified time | relevance | path

Searched refs:ports (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c246 static const uint8_t ports[GPIO_COUNT] = GPIO_PORT_NUM_LIST; variable
861 for (size_t i = 0; i < NRFX_ARRAY_SIZE(ports); i++) in gpiote_uninit()
865 pin_cond_uninit(p_instance, 32 * ports[i] + j); in gpiote_uninit()
1498 nrfx_gpiote_pin_t abs_pin = NRF_PIN_PORT_TO_PIN_NUMBER(pin, ports[i]); in port_event_handle()
/hal_nordic-latest/nrfx/
DCHANGELOG.md76 …ctions for reading inputs, writing outputs and configuring direction of GPIO ports in the GPIO HAL.
736 - Fixed TWI and TWIM drivers so that they now support GPIOs from all ports.