Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h276 } nrf_gpio_pin_sel_t; typedef
882 NRF_STATIC_INLINE void nrf_gpio_pin_control_select(uint32_t pin_number, nrf_gpio_pin_sel_t ctrl);
1469 NRF_STATIC_INLINE void nrf_gpio_pin_control_select(uint32_t pin_number, nrf_gpio_pin_sel_t ctrl) in nrf_gpio_pin_control_select()
/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h355 NRFY_STATIC_INLINE void nrfy_gpio_pin_control_select(uint32_t pin_number, nrf_gpio_pin_sel_t ctrl) in nrfy_gpio_pin_control_select()
/hal_nordic-latest/nrfx/
DCHANGELOG.md242 …enumerator. Use the nrf_gpio_pin_control_select() function and the nrf_gpio_pin_sel_t enumerator i…
294 - Added nrf_gpio_pin_sel_t enumerator. It should be now used instead of nrf_gpio_pin_mcusel_t, whic…