Lines Matching refs:mask
102 void nrf_gpiote_int_enable(NRF_GPIOTE_Type * p_reg, uint32_t mask) in nrf_gpiote_int_enable() argument
105 p_reg->NRFX_CONCAT_2(INTENSET, NRF_GPIOTE_IRQ_GROUP) = mask; in nrf_gpiote_int_enable()
110 void nrf_gpiote_int_disable(NRF_GPIOTE_Type * p_reg, uint32_t mask) in nrf_gpiote_int_disable() argument
113 p_reg->NRFX_CONCAT_2(INTENCLR, NRF_GPIOTE_IRQ_GROUP) = mask; in nrf_gpiote_int_disable()
134 uint32_t mask) in nrf_gpiote_int_group_enable() argument
139 p_reg->INTENSET0 = mask; in nrf_gpiote_int_group_enable()
142 p_reg->INTENSET1 = mask; in nrf_gpiote_int_group_enable()
146 p_reg->INTENSET2 = mask; in nrf_gpiote_int_group_enable()
151 p_reg->INTENSET3 = mask; in nrf_gpiote_int_group_enable()
156 p_reg->INTENSET4 = mask; in nrf_gpiote_int_group_enable()
161 p_reg->INTENSET5 = mask; in nrf_gpiote_int_group_enable()
166 p_reg->INTENSET6 = mask; in nrf_gpiote_int_group_enable()
179 uint32_t mask) in nrf_gpiote_int_group_disable() argument
184 p_reg->INTENCLR0 = mask; in nrf_gpiote_int_group_disable()
187 p_reg->INTENCLR1 = mask; in nrf_gpiote_int_group_disable()
191 p_reg->INTENCLR2 = mask; in nrf_gpiote_int_group_disable()
196 p_reg->INTENCLR3 = mask; in nrf_gpiote_int_group_disable()
201 p_reg->INTENCLR4 = mask; in nrf_gpiote_int_group_disable()
206 p_reg->INTENCLR5 = mask; in nrf_gpiote_int_group_disable()
211 p_reg->INTENCLR6 = mask; in nrf_gpiote_int_group_disable()