Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/
DS32K116_PCC.h112 #define PCC_PCCn_FRAC(x) (((uint32_t)(((uint32_t)(x)) << PCC_PCCn_FRAC_SHIF… macro
DS32K118_PCC.h112 #define PCC_PCCn_FRAC(x) (((uint32_t)(((uint32_t)(x)) << PCC_PCCn_FRAC_SHIF… macro
DS32K142_PCC.h112 #define PCC_PCCn_FRAC(x) (((uint32_t)(((uint32_t)(x)) << PCC_PCCn_FRAC_SHIF… macro
DS32K142W_PCC.h112 #define PCC_PCCn_FRAC(x) (((uint32_t)(((uint32_t)(x)) << PCC_PCCn_FRAC_SHIF… macro
DS32K146_PCC.h112 #define PCC_PCCn_FRAC(x) (((uint32_t)(((uint32_t)(x)) << PCC_PCCn_FRAC_SHIF… macro
DS32K144W_PCC.h112 #define PCC_PCCn_FRAC(x) (((uint32_t)(((uint32_t)(x)) << PCC_PCCn_FRAC_SHIF… macro
DS32K144_PCC.h112 #define PCC_PCCn_FRAC(x) (((uint32_t)(((uint32_t)(x)) << PCC_PCCn_FRAC_SHIF… macro
DS32K148_PCC.h112 #define PCC_PCCn_FRAC(x) (((uint32_t)(((uint32_t)(x)) << PCC_PCCn_FRAC_SHIF… macro
/hal_nxp-latest/s32/drivers/s32k1/Mcu/src/
DClock_Ip_Divider.c629 …RegValue |= PCC_PCCn_FRAC((uint32)(Config->Options[0U]) - 1U); /* Multiplie… in Clock_Ip_SetPccPcdDivFrac_TrustedCall()