Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twi_twim.c68 if (nrf_gpio_pin_read(sda_pin)) in nrfx_twi_twim_bus_recover()
88 if (nrf_gpio_pin_read(sda_pin)) in nrfx_twi_twim_bus_recover()
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h186 uint32_t pin = nrf_gpio_pin_read(pin_number); in nrfy_gpio_pin_read()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h562 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_read(uint32_t pin_number);
1224 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_read(uint32_t pin_number) in nrf_gpio_pin_read() function