Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_gpio.h148 NRFY_STATIC_INLINE void nrfy_gpio_pin_dir_set(uint32_t pin_number, nrf_gpio_pin_dir_t direction) in nrfy_gpio_pin_dir_set() argument
150 nrf_gpio_pin_dir_set(pin_number, direction); in nrfy_gpio_pin_dir_set()
/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h507 NRF_STATIC_INLINE void nrf_gpio_pin_dir_set(uint32_t pin_number, nrf_gpio_pin_dir_t direction);
1151 NRF_STATIC_INLINE void nrf_gpio_pin_dir_set(uint32_t pin_number, nrf_gpio_pin_dir_t direction) in nrf_gpio_pin_dir_set() argument
1153 if (direction == NRF_GPIO_PIN_DIR_INPUT) in nrf_gpio_pin_dir_set()
/hal_nordic-latest/nrfx/
DCHANGELOG.md76 - Added optimized functions for reading inputs, writing outputs and configuring direction of GPIO p…