Home
last modified time | relevance | path

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

/nrf52832-nimble/drivers/
H A Ddrv_gpio.c18 #define NRF_GPIO_PORT(pin) (NRF_P0) macro
73 port = NRF_GPIO_PORT(pin); in nrf_pin_mode()
93 port = NRF_GPIO_PORT(pin); in nrf_pin_write()
107 port = NRF_GPIO_PORT(pin); in nrf_pin_read()
146 gpio_port = NRF_GPIO_PORT(nrf_gpio_irqs[i].pin); in nrf_gpio_irq_handler()
379 nrf_gpio = NRF_GPIO_PORT(pin); in nrf_pin_irq_enable()