Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h299 __STATIC_INLINE uint32_t nrf_gpio_pin_read(uint32_t pin_number);
664 __STATIC_INLINE uint32_t nrf_gpio_pin_read(uint32_t pin_number) in nrf_gpio_pin_read() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_gpiote.c570 sense = (nrf_gpio_pin_read(pin)) ? in nrfx_gpiote_in_event_enable()
640 return nrf_gpio_pin_read(pin) ? true : false; in nrfx_gpiote_in_is_set()