Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h758 NRF_STATIC_INLINE uint32_t nrf_gpio_port_retain_get(NRF_GPIO_Type const * p_reg);
1367 NRF_STATIC_INLINE uint32_t nrf_gpio_port_retain_get(NRF_GPIO_Type const * p_reg) in nrf_gpio_port_retain_get() function
1376 return (nrf_gpio_port_retain_get(reg) & (1UL << pin_number)) != 0U; in nrf_gpio_pin_retain_check()