Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/BaseNXP/header/
DS32K344_EMIOS.h572 #define eMIOS_C_BSL_SHIFT (9U) macro
574 #define eMIOS_C_BSL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_BSL_SHIFT)…
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/header/
DS32Z2_EMIOS.h500 #define eMIOS_C_BSL_SHIFT (9U) macro
502 #define eMIOS_C_BSL(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_C_BSL_SHIFT)…
/hal_nxp-3.6.0/s32/drivers/s32k3/Pwm/include/
DEmios_Pwm_Ip_HwAccess.h446 switch((Base->CH.UC[Channel].C & eMIOS_C_BSL_MASK) >> eMIOS_C_BSL_SHIFT) in Emios_Pwm_Ip_GetCounterBus()