Searched refs:nrf_gpio_port_retain_get (Results 1 – 1 of 1) sorted by relevance
758 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() function1376 return (nrf_gpio_port_retain_get(reg) & (1UL << pin_number)) != 0U; in nrf_gpio_pin_retain_check()