Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h524 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_port_number_extract(uint32_t * p_pin);
536 NRF_STATIC_INLINE NRF_GPIO_Type * nrf_gpio_pin_port_decode(uint32_t * p_pin) in nrf_gpio_pin_port_decode() argument
538 NRFX_ASSERT(nrf_gpio_pin_present_check(*p_pin)); in nrf_gpio_pin_port_decode()
540 switch (nrf_gpio_pin_port_number_extract(p_pin)) in nrf_gpio_pin_port_decode()
944 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_port_number_extract(uint32_t * p_pin) in nrf_gpio_pin_port_number_extract() argument
946 uint32_t pin_number = *p_pin; in nrf_gpio_pin_port_number_extract()
947 *p_pin = pin_number & 0x1F; in nrf_gpio_pin_port_number_extract()

Completed in 4 milliseconds