Searched refs:timestamp (Results 1 – 6 of 6) sorted by relevance
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/ |
| D | gd32f4xx_enet.c | 2482 ErrStatus enet_ptpframe_receive_enhanced_mode(uint8_t *buffer, uint32_t bufsize, uint32_t timestamp… in enet_ptpframe_receive_enhanced_mode() argument 2522 if(NULL != timestamp) { in enet_ptpframe_receive_enhanced_mode() 2538 timestamp[0] = dma_current_rxdesc->timestamp_low; in enet_ptpframe_receive_enhanced_mode() 2539 timestamp[1] = dma_current_rxdesc->timestamp_high; in enet_ptpframe_receive_enhanced_mode() 2580 ErrStatus enet_ptpframe_transmit_enhanced_mode(uint8_t *buffer, uint32_t length, uint32_t timestamp… in enet_ptpframe_transmit_enhanced_mode() argument 2623 if(NULL != timestamp) { in enet_ptpframe_transmit_enhanced_mode() 2638 timestamp[0] = dma_current_txdesc->timestamp_low; in enet_ptpframe_transmit_enhanced_mode() 2639 timestamp[1] = dma_current_txdesc->timestamp_high; in enet_ptpframe_transmit_enhanced_mode() 2844 ErrStatus enet_ptpframe_receive_normal_mode(uint8_t *buffer, uint32_t bufsize, uint32_t timestamp[]) in enet_ptpframe_receive_normal_mode() argument 2882 timestamp[0] = dma_current_rxdesc->buffer1_addr; in enet_ptpframe_receive_normal_mode() [all …]
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/source/ |
| D | gd32e50x_enet.c | 2491 ErrStatus enet_ptpframe_receive_enhanced_mode(uint8_t *buffer, uint32_t bufsize, uint32_t timestamp… in enet_ptpframe_receive_enhanced_mode() argument 2531 if(NULL != timestamp){ in enet_ptpframe_receive_enhanced_mode() 2547 timestamp[0] = dma_current_rxdesc->timestamp_low; in enet_ptpframe_receive_enhanced_mode() 2548 timestamp[1] = dma_current_rxdesc->timestamp_high; in enet_ptpframe_receive_enhanced_mode() 2590 ErrStatus enet_ptpframe_transmit_enhanced_mode(uint8_t *buffer, uint32_t length, uint32_t timestamp… in enet_ptpframe_transmit_enhanced_mode() argument 2633 if(NULL != timestamp){ in enet_ptpframe_transmit_enhanced_mode() 2648 timestamp[0] = dma_current_txdesc->timestamp_low; in enet_ptpframe_transmit_enhanced_mode() 2649 timestamp[1] = dma_current_txdesc->timestamp_high; in enet_ptpframe_transmit_enhanced_mode() 2854 ErrStatus enet_ptpframe_receive_normal_mode(uint8_t *buffer, uint32_t bufsize, uint32_t timestamp[]) in enet_ptpframe_receive_normal_mode() argument 2892 timestamp[0] = dma_current_rxdesc->buffer1_addr; in enet_ptpframe_receive_normal_mode() [all …]
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/ |
| D | gd32f4xx_enet.h | 1606 ErrStatus enet_ptpframe_receive_enhanced_mode(uint8_t *buffer, uint32_t bufsize, uint32_t timestamp… 1610 ErrStatus enet_ptpframe_transmit_enhanced_mode(uint8_t *buffer, uint32_t length, uint32_t timestamp… 1623 ErrStatus enet_ptpframe_receive_normal_mode(uint8_t *buffer, uint32_t bufsize, uint32_t timestamp[]… 1627 ErrStatus enet_ptpframe_transmit_normal_mode(uint8_t *buffer, uint32_t length, uint32_t timestamp[]…
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/include/ |
| D | gd32e50x_enet.h | 1607 ErrStatus enet_ptpframe_receive_enhanced_mode(uint8_t *buffer, uint32_t bufsize, uint32_t timestamp… 1611 ErrStatus enet_ptpframe_transmit_enhanced_mode(uint8_t *buffer, uint32_t length, uint32_t timestamp… 1624 ErrStatus enet_ptpframe_receive_normal_mode(uint8_t *buffer, uint32_t bufsize, uint32_t timestamp[]… 1628 ErrStatus enet_ptpframe_transmit_normal_mode(uint8_t *buffer, uint32_t length, uint32_t timestamp[]…
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/source/ |
| D | gd32a50x_can.c | 290 ((can_mailbox_descriptor_struct *)p_struct)->timestamp = 0x00000000U; in can_struct_para_init() 309 ((can_rx_fifo_struct *)p_struct)->timestamp = 0x00000000U; in can_struct_para_init()
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/include/ |
| D | gd32a50x_can.h | 788 …uint32_t timestamp : 16; /*!< free-run… member 808 …uint32_t timestamp : 16; /*!< free-run… member
|