Searched refs:in_mask (Results 1 – 1 of 1) sorted by relevance
383 NRF_STATIC_INLINE void nrf_gpio_port_dir_input_set(NRF_GPIO_Type * p_reg, uint32_t in_mask);786 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() argument788 p_reg->DIRCLR = in_mask; in nrf_gpio_port_dir_input_set()
Completed in 3 milliseconds