Searched refs:intMasterIndex (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/irqsteer/ |
D | fsl_irqsteer.c | 132 uint32_t IRQSTEER_GetMasterIrqCount(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterIrqCount() argument 158 if (intMasterIndex == 0U) in IRQSTEER_GetMasterIrqCount() 180 IRQn_Type IRQSTEER_GetMasterNextInterrupt(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterNextInterrupt() argument 182 …_t regIndex = (uint32_t)FSL_FEATURE_IRQSTEER_CHn_MASK_COUNT - 1U - ((uint32_t)intMasterIndex) * 2U; in IRQSTEER_GetMasterNextInterrupt() 205 IRQn_Type IRQSTEER_GetMasterNextInterrupt(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterNextInterrupt() argument 210 sliceNum = IRQSTEER_GetMasterIrqCount(base, intMasterIndex) / 32 - 1; in IRQSTEER_GetMasterNextInterrupt() 217 regIndex = FSL_FEATURE_IRQSTEER_CHn_MASK_COUNT - 1 - intMasterIndex * 2 + i; in IRQSTEER_GetMasterNextInterrupt() 238 …t64_t IRQSTEER_GetMasterInterruptsStatus(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterInterruptsStatus() argument 244 sliceNum = IRQSTEER_GetMasterIrqCount(base, intMasterIndex) / 32 - 1; in IRQSTEER_GetMasterInterruptsStatus() 247 regIndex = FSL_FEATURE_IRQSTEER_CHn_MASK_COUNT - 1 - intMasterIndex * 2 + i; in IRQSTEER_GetMasterInterruptsStatus() [all …]
|
D | fsl_irqsteer.h | 222 …line void IRQSTEER_EnableMasterInterrupt(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_EnableMasterInterrupt() argument 224 base->CHn_MINTDIS &= ~(1UL << ((uint32_t)intMasterIndex)); in IRQSTEER_EnableMasterInterrupt() 239 …ine void IRQSTEER_DisableMasterInterrupt(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_DisableMasterInterrupt() argument 241 base->CHn_MINTDIS |= (1UL << ((uint32_t)intMasterIndex)); in IRQSTEER_DisableMasterInterrupt() 308 IRQn_Type IRQSTEER_GetMasterNextInterrupt(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex… 318 uint32_t IRQSTEER_GetMasterIrqCount(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex); 337 …64_t IRQSTEER_GetMasterInterruptsStatus(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex);
|