Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_gpio.h244 NRFY_STATIC_INLINE void nrfy_gpio_port_dir_input_set(NRF_GPIO_Type * p_reg, uint32_t in_mask) in nrfy_gpio_port_dir_input_set() argument
246 nrf_gpio_port_dir_input_set(p_reg, in_mask); in nrfy_gpio_port_dir_input_set()
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_gpio.h573 NRF_STATIC_INLINE void nrf_gpio_port_dir_input_set(NRF_GPIO_Type * p_reg, uint32_t in_mask);
1130 NRF_STATIC_INLINE void nrf_gpio_port_dir_input_set(NRF_GPIO_Type * p_reg, uint32_t in_mask) in nrf_gpio_port_dir_input_set() argument
1132 p_reg->DIRCLR = in_mask; in nrf_gpio_port_dir_input_set()