Searched refs:nrf_gpio_pin_dir_t (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_gpio.h | 70 nrf_gpio_pin_dir_t dir, in nrfy_gpio_cfg() 82 const nrf_gpio_pin_dir_t * p_dir, in nrfy_gpio_reconfigure() 148 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() 210 NRFY_STATIC_INLINE nrf_gpio_pin_dir_t nrfy_gpio_pin_dir_get(uint32_t pin_number) in nrfy_gpio_pin_dir_get() 213 nrf_gpio_pin_dir_t pin_dir = nrf_gpio_pin_dir_get(pin_number); in nrfy_gpio_pin_dir_get()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_gpio.h | 185 } nrf_gpio_pin_dir_t; typedef 384 nrf_gpio_pin_dir_t dir, 405 const nrf_gpio_pin_dir_t * p_dir, 507 NRF_STATIC_INLINE void nrf_gpio_pin_dir_set(uint32_t pin_number, nrf_gpio_pin_dir_t direction); 601 NRF_STATIC_INLINE nrf_gpio_pin_dir_t nrf_gpio_pin_dir_get(uint32_t pin_number); 981 nrf_gpio_pin_dir_t dir, in nrf_gpio_cfg() 1017 const nrf_gpio_pin_dir_t * p_dir, in nrf_gpio_reconfigure() 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() 1253 NRF_STATIC_INLINE nrf_gpio_pin_dir_t nrf_gpio_pin_dir_get(uint32_t pin_number) in nrf_gpio_pin_dir_get() 1257 return (nrf_gpio_pin_dir_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_dir_get()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_gpiote.c | 633 nrf_gpio_pin_dir_t dir = NRF_GPIO_PIN_DIR_INPUT; in gpiote_input_configure() 737 nrf_gpio_pin_dir_t dir = NRF_GPIO_PIN_DIR_OUTPUT; in gpiote_output_configure()
|
| D | nrfx_spim.c | 237 nrf_gpio_pin_dir_t dir, in pin_init()
|