Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h409 NRF_STATIC_INLINE uint32_t nrf_gpio_port_in_read(NRF_GPIO_Type const * p_reg);
734 return ((nrf_gpio_port_in_read(reg) >> pin_number) & 1UL); in nrf_gpio_pin_read()
804 NRF_STATIC_INLINE uint32_t nrf_gpio_port_in_read(NRF_GPIO_Type const * p_reg) in nrf_gpio_port_in_read() function
845 *p_masks = nrf_gpio_port_in_read(gpio_regs[i]); in nrf_gpio_ports_read()

Completed in 4 milliseconds