Home
last modified time | relevance | path

Searched refs:slotIndex (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/gpc_2/
Dfsl_gpc.h317 static inline void GPC_TimeSlotConfigureForPUS(GPC_Type *base, uint8_t slotIndex, uint32_t value) in GPC_TimeSlotConfigureForPUS() argument
319 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() argument
338 assert(slotIndex < GPC_PCG_TIME_SLOT_TOTAL_NUMBER); in GPC_TimeSlotConfigureForExtendedPUS()
340 base->SLTn_CFG_PU[slotIndex].SLT_CFG_PU1 = value; in GPC_TimeSlotConfigureForExtendedPUS()