Searched refs:normalIntMask (Results 1 – 1 of 1) sorted by relevance
54 normalIntMask = ((uint32_t)(interruptMask) & (0xFFFFFUL)); \1913 uint32_t normalIntMask; in SINC_EnableInterrupts() local1925 base->NIE |= SINC_FIND_INT_FIELD_VALUE(normalIntMask, SINC_NORMAL_INT_NAME_COCIE) | in SINC_EnableInterrupts()1926 SINC_FIND_INT_FIELD_VALUE(normalIntMask, SINC_NORMAL_INT_NAME_CHFIE) | in SINC_EnableInterrupts()1927 SINC_FIND_INT_FIELD_VALUE(normalIntMask, SINC_NORMAL_INT_NAME_ZCDIE); in SINC_EnableInterrupts()1948 uint32_t normalIntMask; in SINC_DisableInterrupts() local1960 base->NIE &= ~(SINC_FIND_INT_FIELD_VALUE(normalIntMask, SINC_NORMAL_INT_NAME_COCIE) | in SINC_DisableInterrupts()1961 SINC_FIND_INT_FIELD_VALUE(normalIntMask, SINC_NORMAL_INT_NAME_CHFIE) | in SINC_DisableInterrupts()1962 SINC_FIND_INT_FIELD_VALUE(normalIntMask, SINC_NORMAL_INT_NAME_ZCDIE)); in SINC_DisableInterrupts()2017 uint32_t normalIntMask; in SINC_ClearInterruptStatus() local[all …]