Home
last modified time | relevance | path

Searched defs:time (Results 1 – 8 of 8) sorted by relevance

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_eth_mac.c813 …MC_ETH_MAC_InitPTPEx(XMC_ETH_MAC_t *const eth_mac, uint32_t config, XMC_ETH_MAC_TIME_t *const time) in XMC_ETH_MAC_InitPTPEx()
825 void XMC_ETH_MAC_GetPTPTime(XMC_ETH_MAC_t *const eth_mac, XMC_ETH_MAC_TIME_t *const time) in XMC_ETH_MAC_GetPTPTime()
834 void XMC_ETH_MAC_SetPTPTime(XMC_ETH_MAC_t *const eth_mac, XMC_ETH_MAC_TIME_t *const time) in XMC_ETH_MAC_SetPTPTime()
847 void XMC_ETH_MAC_UpdatePTPTime(XMC_ETH_MAC_t *const eth_mac, const XMC_ETH_MAC_TIME_t *const time) in XMC_ETH_MAC_UpdatePTPTime()
867 void XMC_ETH_MAC_SetPTPAlarm(XMC_ETH_MAC_t *const eth_mac, const XMC_ETH_MAC_TIME_t *const time) in XMC_ETH_MAC_SetPTPAlarm()
914 …C_STATUS_t XMC_ETH_MAC_GetRxTimeStamp(XMC_ETH_MAC_t *const eth_mac, XMC_ETH_MAC_TIME_t *const time) in XMC_ETH_MAC_GetRxTimeStamp()
946 …C_STATUS_t XMC_ETH_MAC_GetTxTimeStamp(XMC_ETH_MAC_t *const eth_mac, XMC_ETH_MAC_TIME_t *const time) in XMC_ETH_MAC_GetTxTimeStamp()
Dxmc_rtc.c139 void XMC_RTC_SetTime(const XMC_RTC_TIME_t *const time) in XMC_RTC_SetTime()
174 void XMC_RTC_GetTime(XMC_RTC_TIME_t *const time) in XMC_RTC_GetTime()
186 XMC_RTC_TIME_t time; in XMC_RTC_SetTimeStdFormat() local
204 XMC_RTC_TIME_t time; in XMC_RTC_GetTimeStdFormat() local
Dxmc_dsd.c336 void XMC_DSD_CH_GetResult_TS_Time(XMC_DSD_CH_t* const channel, int16_t* dsd_Result, uint32_t* time) in XMC_DSD_CH_GetResult_TS_Time()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_rtc.c116 static void _cyhal_rtc_from_pdl_time(cy_stc_rtc_config_t *pdlTime, const int year, struct tm *time)… in _cyhal_rtc_from_pdl_time()
307 cy_rslt_t cyhal_rtc_read(cyhal_rtc_t *obj, struct tm *time) in cyhal_rtc_read()
323 cy_rslt_t cyhal_rtc_write(cyhal_rtc_t *obj, const struct tm *time) in cyhal_rtc_write()
397 cy_rslt_t cyhal_rtc_set_alarm(cyhal_rtc_t *obj, const struct tm *time, cyhal_alarm_active_t active) in cyhal_rtc_set_alarm()
/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd.c3446 uint32_t emacSet1588Timer(void *pD, CEDI_1588TimerVal *time) in emacSet1588Timer()
3469 uint32_t emacGet1588Timer(void *pD, CEDI_1588TimerVal *time) in emacGet1588Timer()
3598 uint32_t emacSetTsuTimerCompVal(void *pD, CEDI_TsuTimerVal *time) in emacSetTsuTimerCompVal()
3620 uint32_t emacGetTsuTimerCompVal(void *pD, CEDI_TsuTimerVal *time) in emacGetTsuTimerCompVal()
3636 uint32_t emacGetPtpFrameTxTime(void *pD, CEDI_1588TimerVal *time) in emacGetPtpFrameTxTime()
3652 uint32_t emacGetPtpFrameRxTime(void *pD, CEDI_1588TimerVal *time) in emacGetPtpFrameRxTime()
3668 uint32_t emacGetPtpPeerFrameTxTime(void *pD, CEDI_1588TimerVal *time) in emacGetPtpPeerFrameTxTime()
3684 uint32_t emacGetPtpPeerFrameRxTime(void *pD, CEDI_1588TimerVal *time) in emacGetPtpPeerFrameRxTime()
3700 uint32_t emacGet1588SyncStrobeTime(void *pD, CEDI_1588TimerVal *time) in emacGet1588SyncStrobeTime()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_freertos.c96 cy_time_t time; in cybt_platform_log_print() local
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_rtc.h262 XMC_RTC_TIME_t time; member
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c1881 …ic void Cy_ETHIF_EventPtp (void* pcy_privatedata, uint32_t u32type, struct CEDI_1588TimerVal* time) in Cy_ETHIF_EventPtp()