Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h466 __STATIC_INLINE NRF_GPIO_Type * nrf_gpio_pin_port_decode(uint32_t * p_pin) in nrf_gpio_pin_port_decode() argument
468 NRFX_ASSERT(*p_pin < NUMBER_OF_PINS); in nrf_gpio_pin_port_decode()
472 if (*p_pin < P0_PIN_NUM) in nrf_gpio_pin_port_decode()
478 *p_pin = *p_pin & (P0_PIN_NUM - 1); in nrf_gpio_pin_port_decode()