Searched refs:intMasterIndex (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/irqsteer/ |
| D | fsl_irqsteer.c | 135 uint32_t IRQSTEER_GetMasterIrqCount(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterIrqCount() argument 161 if (intMasterIndex == 0U) in IRQSTEER_GetMasterIrqCount() 174 static uint32_t IRQSTEER_GetRegIndex(irqsteer_int_master_t intMasterIndex, in IRQSTEER_GetRegIndex() argument 177 uint32_t base = FSL_FEATURE_IRQSTEER_CHn_MASK_COUNT - 1 - intMasterIndex * 2; in IRQSTEER_GetRegIndex() 195 IRQn_Type IRQSTEER_GetMasterNextInterrupt(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterNextInterrupt() argument 197 …_t regIndex = (uint32_t)FSL_FEATURE_IRQSTEER_CHn_MASK_COUNT - 1U - ((uint32_t)intMasterIndex) * 2U; in IRQSTEER_GetMasterNextInterrupt() 220 IRQn_Type IRQSTEER_GetMasterNextInterrupt(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterNextInterrupt() argument 225 sliceNum = IRQSTEER_GetMasterIrqCount(base, intMasterIndex) / 32 - 1; in IRQSTEER_GetMasterNextInterrupt() 232 regIndex = IRQSTEER_GetRegIndex(intMasterIndex, i, sliceNum + 1); in IRQSTEER_GetMasterNextInterrupt() 253 …t64_t IRQSTEER_GetMasterInterruptsStatus(IRQSTEER_Type *base, irqsteer_int_master_t intMasterIndex) in IRQSTEER_GetMasterInterruptsStatus() argument [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);
|