Home
last modified time | relevance | path

Searched refs:SyncState (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip.h834 boolean *SyncState);
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip.h1733 Std_ReturnType Netc_EthSwt_Ip_SetSyncState(uint8 SwitchIdx, boolean SyncState);
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c6179 boolean *SyncState argument
6187 DevAssert(SyncState != NULL_PTR);
6194 *SyncState = (boolean)(IP_NETC__ENETC0_SI0->SITSR & NETC_F3_SI0_SITSR_SYNC_MASK);
6199 *SyncState = (boolean) PSIRspMessage;
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c9956 Std_ReturnType Netc_EthSwt_Ip_SetSyncState(uint8 SwitchIdx, boolean SyncState) argument
9966 IP_NETC__TMR0_BASE->TMR_PARAM |= SyncState ? 1U : 0U;