Searched refs:nrf_gpio_port_out_read (Results 1 – 2 of 2) sorted by relevance
676 NRF_STATIC_INLINE uint32_t nrf_gpio_port_out_read(NRF_GPIO_Type const * p_reg);1240 return ((nrf_gpio_port_out_read(reg) >> pin_number) & 1UL); in nrf_gpio_pin_out_read()1308 NRF_STATIC_INLINE uint32_t nrf_gpio_port_out_read(NRF_GPIO_Type const * p_reg) in nrf_gpio_port_out_read() function
279 uint32_t port_out = nrf_gpio_port_out_read(p_reg); in nrfy_gpio_port_out_read()