Lines Matching refs:mask
505 NRF_STATIC_INLINE void nrf_grtc_int_enable(NRF_GRTC_Type * p_reg, uint32_t mask);
514 NRF_STATIC_INLINE void nrf_grtc_int_disable(NRF_GRTC_Type * p_reg, uint32_t mask);
525 NRF_STATIC_INLINE uint32_t nrf_grtc_int_enable_check(NRF_GRTC_Type const * p_reg, uint32_t mask);
554 uint32_t mask);
569 uint32_t mask);
586 uint32_t mask);
598 NRF_STATIC_INLINE void nrf_grtc_event_enable(NRF_GRTC_Type * p_reg, uint32_t mask);
608 NRF_STATIC_INLINE void nrf_grtc_event_disable(NRF_GRTC_Type * p_reg, uint32_t mask);
618 NRF_STATIC_INLINE void nrf_grtc_shorts_enable(NRF_GRTC_Type * p_reg, uint32_t mask);
626 NRF_STATIC_INLINE void nrf_grtc_shorts_disable(NRF_GRTC_Type * p_reg, uint32_t mask);
634 NRF_STATIC_INLINE void nrf_grtc_shorts_set(NRF_GRTC_Type * p_reg, uint32_t mask);
978 uint32_t mask);
1197 NRF_STATIC_INLINE void nrf_grtc_int_enable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrf_grtc_int_enable() argument
1199 p_reg->GRTC_INTENSET = mask; in nrf_grtc_int_enable()
1202 NRF_STATIC_INLINE void nrf_grtc_int_disable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrf_grtc_int_disable() argument
1204 p_reg->GRTC_INTENCLR = mask; in nrf_grtc_int_disable()
1207 NRF_STATIC_INLINE uint32_t nrf_grtc_int_enable_check(NRF_GRTC_Type const * p_reg, uint32_t mask) in nrf_grtc_int_enable_check() argument
1209 return p_reg->GRTC_INTEN & mask; in nrf_grtc_int_enable_check()
1220 uint32_t mask) in nrf_grtc_int_group_enable() argument
1225 p_reg->INTENSET0 = mask; in nrf_grtc_int_group_enable()
1228 p_reg->INTENSET1 = mask; in nrf_grtc_int_group_enable()
1232 p_reg->INTENSET2 = mask; in nrf_grtc_int_group_enable()
1237 p_reg->INTENSET3 = mask; in nrf_grtc_int_group_enable()
1242 p_reg->INTENSET4 = mask; in nrf_grtc_int_group_enable()
1247 p_reg->INTENSET5 = mask; in nrf_grtc_int_group_enable()
1252 p_reg->INTENSET6 = mask; in nrf_grtc_int_group_enable()
1257 p_reg->INTENSET7 = mask; in nrf_grtc_int_group_enable()
1262 p_reg->INTENSET8 = mask; in nrf_grtc_int_group_enable()
1267 p_reg->INTENSET9 = mask; in nrf_grtc_int_group_enable()
1272 p_reg->INTENSET10 = mask; in nrf_grtc_int_group_enable()
1277 p_reg->INTENSET11 = mask; in nrf_grtc_int_group_enable()
1282 p_reg->INTENSET12 = mask; in nrf_grtc_int_group_enable()
1287 p_reg->INTENSET13 = mask; in nrf_grtc_int_group_enable()
1292 p_reg->INTENSET14 = mask; in nrf_grtc_int_group_enable()
1297 p_reg->INTENSET15 = mask; in nrf_grtc_int_group_enable()
1308 uint32_t mask) in nrf_grtc_int_group_disable() argument
1313 p_reg->INTENCLR0 = mask; in nrf_grtc_int_group_disable()
1316 p_reg->INTENCLR1 = mask; in nrf_grtc_int_group_disable()
1320 p_reg->INTENCLR2 = mask; in nrf_grtc_int_group_disable()
1325 p_reg->INTENCLR3 = mask; in nrf_grtc_int_group_disable()
1330 p_reg->INTENCLR4 = mask; in nrf_grtc_int_group_disable()
1335 p_reg->INTENCLR5 = mask; in nrf_grtc_int_group_disable()
1340 p_reg->INTENCLR6 = mask; in nrf_grtc_int_group_disable()
1345 p_reg->INTENCLR7 = mask; in nrf_grtc_int_group_disable()
1350 p_reg->INTENCLR8 = mask; in nrf_grtc_int_group_disable()
1355 p_reg->INTENCLR9 = mask; in nrf_grtc_int_group_disable()
1360 p_reg->INTENCLR10 = mask; in nrf_grtc_int_group_disable()
1365 p_reg->INTENCLR11 = mask; in nrf_grtc_int_group_disable()
1370 p_reg->INTENCLR12 = mask; in nrf_grtc_int_group_disable()
1375 p_reg->INTENCLR13 = mask; in nrf_grtc_int_group_disable()
1380 p_reg->INTENCLR14 = mask; in nrf_grtc_int_group_disable()
1385 p_reg->INTENCLR15 = mask; in nrf_grtc_int_group_disable()
1396 uint32_t mask) in nrf_grtc_int_group_enable_check() argument
1401 return p_reg->INTENSET0 & mask; in nrf_grtc_int_group_enable_check()
1403 return p_reg->INTENSET1 & mask; in nrf_grtc_int_group_enable_check()
1406 return p_reg->INTENSET2 & mask; in nrf_grtc_int_group_enable_check()
1410 return p_reg->INTENSET3 & mask; in nrf_grtc_int_group_enable_check()
1414 return p_reg->INTENSET4 & mask; in nrf_grtc_int_group_enable_check()
1418 return p_reg->INTENSET5 & mask; in nrf_grtc_int_group_enable_check()
1422 return p_reg->INTENSET6 & mask; in nrf_grtc_int_group_enable_check()
1426 return p_reg->INTENSET7 & mask; in nrf_grtc_int_group_enable_check()
1430 return p_reg->INTENSET8 & mask; in nrf_grtc_int_group_enable_check()
1434 return p_reg->INTENSET9 & mask; in nrf_grtc_int_group_enable_check()
1438 return p_reg->INTENSET10 & mask; in nrf_grtc_int_group_enable_check()
1442 return p_reg->INTENSET11 & mask; in nrf_grtc_int_group_enable_check()
1446 return p_reg->INTENSET12 & mask; in nrf_grtc_int_group_enable_check()
1450 return p_reg->INTENSET13 & mask; in nrf_grtc_int_group_enable_check()
1454 return p_reg->INTENSET14 & mask; in nrf_grtc_int_group_enable_check()
1458 return p_reg->INTENSET15 & mask; in nrf_grtc_int_group_enable_check()
1468 NRF_STATIC_INLINE void nrf_grtc_event_enable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrf_grtc_event_enable() argument
1470 p_reg->EVTENSET = mask; in nrf_grtc_event_enable()
1473 NRF_STATIC_INLINE void nrf_grtc_event_disable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrf_grtc_event_disable() argument
1475 p_reg->EVTENCLR = mask; in nrf_grtc_event_disable()
1480 NRF_STATIC_INLINE void nrf_grtc_shorts_enable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrf_grtc_shorts_enable() argument
1482 p_reg->SHORTS |= mask; in nrf_grtc_shorts_enable()
1485 NRF_STATIC_INLINE void nrf_grtc_shorts_disable(NRF_GRTC_Type * p_reg, uint32_t mask) in nrf_grtc_shorts_disable() argument
1487 p_reg->SHORTS &= ~(mask); in nrf_grtc_shorts_disable()
1490 NRF_STATIC_INLINE void nrf_grtc_shorts_set(NRF_GRTC_Type * p_reg, uint32_t mask) in nrf_grtc_shorts_set() argument
1492 p_reg->SHORTS = mask; in nrf_grtc_shorts_set()
1754 uint32_t mask) in nrf_grtc_sys_counter_active_state_request_get() argument
1756 return p_reg->KEEPRUNNING & mask; in nrf_grtc_sys_counter_active_state_request_get()