Searched refs:slotIndex (Results 1 – 1 of 1) sorted by relevance
317 static inline void GPC_TimeSlotConfigureForPUS(GPC_Type *base, uint8_t slotIndex, uint32_t value) in GPC_TimeSlotConfigureForPUS() argument319 assert(slotIndex < GPC_PCG_TIME_SLOT_TOTAL_NUMBER); in GPC_TimeSlotConfigureForPUS()322 base->SLT_CFG_PU[slotIndex] |= value; in GPC_TimeSlotConfigureForPUS()324 base->SLTn_CFG_PU[slotIndex].SLT_CFG_PU = value; in GPC_TimeSlotConfigureForPUS()336 static inline void GPC_TimeSlotConfigureForExtendedPUS(GPC_Type *base, uint8_t slotIndex, uint32_t … in GPC_TimeSlotConfigureForExtendedPUS() argument338 assert(slotIndex < GPC_PCG_TIME_SLOT_TOTAL_NUMBER); in GPC_TimeSlotConfigureForExtendedPUS()340 base->SLTn_CFG_PU[slotIndex].SLT_CFG_PU1 = value; in GPC_TimeSlotConfigureForExtendedPUS()