Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/
DS32K116_SIM.h354 #define SIM_PLATCGC_CGCGPIO_MASK (0x20U) macro
357 … (((uint32_t)(((uint32_t)(x)) << SIM_PLATCGC_CGCGPIO_SHIFT)) & SIM_PLATCGC_CGCGPIO_MASK)
DS32K118_SIM.h354 #define SIM_PLATCGC_CGCGPIO_MASK (0x20U) macro
357 … (((uint32_t)(((uint32_t)(x)) << SIM_PLATCGC_CGCGPIO_SHIFT)) & SIM_PLATCGC_CGCGPIO_MASK)
/hal_nxp-latest/s32/drivers/s32k1/Mcu/src/
DClock_Ip_Frequency.c1232 …Frequency &= Clock_Ip_u32EnableGate[((IP_SIM->PLATCGC & SIM_PLATCGC_CGCGPIO_MASK) >> SIM_PLATCGC_C… in get_GPIO0_CLK_Frequency()