Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h80 } nrf_gpio_pin_dir_t; typedef
195 nrf_gpio_pin_dir_t dir,
272 NRF_STATIC_INLINE void nrf_gpio_pin_dir_set(uint32_t pin_number, nrf_gpio_pin_dir_t direction);
349 NRF_STATIC_INLINE nrf_gpio_pin_dir_t nrf_gpio_pin_dir_get(uint32_t pin_number);
577 nrf_gpio_pin_dir_t dir, in nrf_gpio_cfg()
671 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()
755 NRF_STATIC_INLINE nrf_gpio_pin_dir_t nrf_gpio_pin_dir_get(uint32_t pin_number) in nrf_gpio_pin_dir_get()
759 return (nrf_gpio_pin_dir_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_dir_get()

Completed in 4 milliseconds