Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/BaseNXP/header/
DS32K344_EMIOS.h641 #define eMIOS_S_UCOUT_SHIFT (1U) macro
643 …S_UCOUT(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_S_UCOUT_SHIFT)) & eMIOS_S…
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/header/
DS32Z2_EMIOS.h569 #define eMIOS_S_UCOUT_SHIFT (1U) macro
571 …S_UCOUT(x) (((uint32_t)(((uint32_t)(x)) << eMIOS_S_UCOUT_SHIFT)) & eMIOS_S…
/hal_nxp-3.6.0/s32/drivers/s32k3/Pwm/include/
DEmios_Pwm_Ip_HwAccess.h648 …return (((Base->CH.UC[Channel].S & eMIOS_S_UCOUT_MASK) >> eMIOS_S_UCOUT_SHIFT) == 0U)? FALSE : TRU… in Emios_Pwm_Ip_GetOutputPinState()