Searched refs:in_mask (Results 1 – 2 of 2) sorted by relevance
244 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() argument246 nrf_gpio_port_dir_input_set(p_reg, in_mask); in nrfy_gpio_port_dir_input_set()
573 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() argument1132 p_reg->DIRCLR = in_mask; in nrf_gpio_port_dir_input_set()