Home
last modified time | relevance | path

Searched defs:pTrgmux (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/s32/drivers/s32k3/Mcl/src/
DTrgmux_Ip_HwAcc.c110 Trgmux_Ip_StatusType hwAcc_Init(TRGMUX_Type * const pTrgmux, uint8 TrgmuxCount) in hwAcc_Init()
139 void hwAcc_SetInputForOutput(TRGMUX_Type * const pTrgmux, uint8 Instance, const uint32 Input, const… in hwAcc_SetInputForOutput()
151 void hwAcc_SetLockForOutput(TRGMUX_Type * const pTrgmux, const uint32 Output) in hwAcc_SetLockForOutput()
157 boolean hwAcc_GetLockForOutput(const TRGMUX_Type * const pTrgmux, const uint32 Output) in hwAcc_GetLockForOutput()
DTrgmux_Ip.c112 #define Trgmux_Ip_HwAcc_Init(pTrgmux,TrgmuxCount) \ argument
114 #define Trgmux_Ip_HwAcc_SetInputForOutput(pTrgmux, Instance, Input, Output) \ argument
116 #define Trgmux_Ip_HwAcc_SetLockForOutput(pTrgmux, Output) \ argument
118 #define Trgmux_Ip_HwAcc_GetLockForOutput(pTrgmux, Output) \ argument