Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h389 __STATIC_INLINE uint32_t nrf_gpio_port_out_read(NRF_GPIO_Type const * p_reg);
676 return ((nrf_gpio_port_out_read(reg) >> pin_number) & 1UL); in nrf_gpio_pin_out_read()
737 __STATIC_INLINE uint32_t nrf_gpio_port_out_read(NRF_GPIO_Type const * p_reg) in nrf_gpio_port_out_read() function