Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/hal/
Dnrf_gpio.h790 NRF_STATIC_INLINE bool nrf_gpio_pin_present_check(uint32_t pin_number);
815 NRFX_ASSERT(nrf_gpio_pin_present_check(*p_pin)); in nrf_gpio_pin_port_decode()
1292 NRF_STATIC_INLINE bool nrf_gpio_pin_present_check(uint32_t pin_number) in nrf_gpio_pin_present_check() function
/hal_nordic-3.5.0/nrfx/haly/
Dnrfy_gpio.h384 return nrf_gpio_pin_present_check(pin_number); in nrfy_gpio_pin_present_check()