Home
last modified time | relevance | path

Searched refs:NRF_PIN_PORT_TO_PIN_NUMBER (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-3.6.0/nrfx/hal/
Dnrf_common.h129 #define NRF_PIN_PORT_TO_PIN_NUMBER(pin, port) (((pin) & 0x1F) | ((port) << 5)) macro
Dnrf_gpio.h160 #define NRF_GPIO_PIN_MAP(port, pin) NRF_PIN_PORT_TO_PIN_NUMBER(pin, port)
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_gpiote.c1493 nrfx_gpiote_pin_t abs_pin = NRF_PIN_PORT_TO_PIN_NUMBER(pin, ports[i]); in port_event_handle()