Searched refs:p_pin (Results 1 – 1 of 1) sorted by relevance
466 __STATIC_INLINE NRF_GPIO_Type * nrf_gpio_pin_port_decode(uint32_t * p_pin) in nrf_gpio_pin_port_decode() argument468 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()