Searched refs:enet_handle_t (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet/ |
| D | fsl_enet.h | 602 typedef struct _enet_handle enet_handle_t; typedef 606 enet_handle_t *handle, 771 typedef void (*enet_isr_ring_t)(ENET_Type *base, enet_handle_t *handle, uint32_t ringId); 773 typedef void (*enet_isr_t)(ENET_Type *base, enet_handle_t *handle); 850 enet_handle_t *handle, 885 enet_handle_t *handle, 1234 void ENET_AVBConfigure(ENET_Type *base, enet_handle_t *handle, const enet_avb_config_t *config); 1463 void ENET_GetRxErrBeforeReadFrame(enet_handle_t *handle, enet_data_error_stats_t *eErrorStatic, uin… 1480 status_t ENET_GetTxErrAfterSendFrame(enet_handle_t *handle, enet_data_error_stats_t *eErrorStatic, … 1531 status_t ENET_GetRxFrameSize(enet_handle_t *handle, uint32_t *length, uint8_t ringId); [all …]
|
| D | fsl_enet.c | 86 static enet_handle_t *s_ENETHandle[ARRAY_SIZE(s_enetBases)]; 128 enet_handle_t *handle, 159 static void ENET_UpdateReadBuffers(ENET_Type *base, enet_handle_t *handle, uint8_t ringId); 169 static void ENET_RxBufferFreeAll(ENET_Type *base, enet_handle_t *handle); 265 enet_handle_t *handle, in ENET_Up() 330 enet_handle_t *handle, in ENET_Init() 363 enet_handle_t *handle = s_ENETHandle[instance]; in ENET_Down() 472 enet_handle_t *handle, in ENET_SetHandler() 482 (void)memset(handle, 0, sizeof(enet_handle_t)); in ENET_SetHandler() 957 static void ENET_RxBufferFreeAll(ENET_Type *base, enet_handle_t *handle) in ENET_RxBufferFreeAll() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/ |
| D | fsl_enet.h | 467 typedef struct _enet_handle enet_handle_t; typedef 471 enet_handle_t *handle, 564 typedef void (*enet_isr_t)(ENET_Type *base, enet_handle_t *handle); 656 status_t ENET_RxBufferAllocAll(ENET_Type *base, enet_handle_t *handle); 666 void ENET_RxBufferFreeAll(ENET_Type *base, enet_handle_t *handle); 1129 enet_handle_t *handle, 1152 status_t ENET_GetRxFrameSize(ENET_Type *base, enet_handle_t *handle, uint32_t *length, uint8_t chan… 1192 enet_handle_t *handle, 1216 status_t ENET_GetRxFrame(ENET_Type *base, enet_handle_t *handle, enet_rx_frame_struct_t *rxFrame, u… 1235 status_t ENET_SendFrame(ENET_Type *base, enet_handle_t *handle, enet_tx_frame_struct_t *txFrame, ui… [all …]
|
| D | fsl_enet.c | 123 static void ENET_DropFrame(ENET_Type *base, enet_handle_t *handle, uint8_t channel); 144 static enet_handle_t *s_ENETHandle[FSL_FEATURE_SOC_LPC_ENET_COUNT] = {NULL}; 858 enet_handle_t *handle, in ENET_CreateHandler() 876 (void)memset(handle, 0, sizeof(enet_handle_t)); in ENET_CreateHandler() 1171 status_t ENET_GetRxFrameSize(ENET_Type *base, enet_handle_t *handle, uint32_t *length, uint8_t chan… in ENET_GetRxFrameSize() 1248 …ENET_Type *base, enet_handle_t *handle, uint8_t *data, uint32_t length, uint8_t channel, enet_ptp_… in ENET_ReadFrame() 1453 status_t ENET_RxBufferAllocAll(ENET_Type *base, enet_handle_t *handle) in ENET_RxBufferAllocAll() 1533 void ENET_RxBufferFreeAll(ENET_Type *base, enet_handle_t *handle) in ENET_RxBufferFreeAll() 1582 static void ENET_DropFrame(ENET_Type *base, enet_handle_t *handle, uint8_t channel) in ENET_DropFrame() 1666 status_t ENET_GetRxFrame(ENET_Type *base, enet_handle_t *handle, enet_rx_frame_struct_t *rxFrame, u… in ENET_GetRxFrame() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/ |
| D | fsl_enet.h | 493 typedef struct _enet_handle enet_handle_t; typedef 497 enet_handle_t *handle, 623 typedef void (*enet_isr_t)(ENET_Type *base, enet_handle_t *handle); 715 status_t ENET_RxBufferAllocAll(ENET_Type *base, enet_handle_t *handle); 725 void ENET_RxBufferFreeAll(ENET_Type *base, enet_handle_t *handle); 1214 enet_handle_t *handle, 1237 status_t ENET_GetRxFrameSize(ENET_Type *base, enet_handle_t *handle, uint32_t *length, uint8_t chan… 1277 enet_handle_t *handle, 1301 status_t ENET_GetRxFrame(ENET_Type *base, enet_handle_t *handle, enet_rx_frame_struct_t *rxFrame, u… 1320 status_t ENET_SendFrame(ENET_Type *base, enet_handle_t *handle, enet_tx_frame_struct_t *txFrame, ui… [all …]
|
| D | fsl_enet.c | 124 static void ENET_DropFrame(ENET_Type *base, enet_handle_t *handle, uint8_t channel); 145 static enet_handle_t *s_ENETHandle[FSL_FEATURE_SOC_MCX_ENET_COUNT] = {NULL}; 858 enet_handle_t *handle, in ENET_CreateHandler() 876 (void)memset(handle, 0, sizeof(enet_handle_t)); in ENET_CreateHandler() 1293 status_t ENET_GetRxFrameSize(ENET_Type *base, enet_handle_t *handle, uint32_t *length, uint8_t chan… in ENET_GetRxFrameSize() 1370 …ENET_Type *base, enet_handle_t *handle, uint8_t *data, uint32_t length, uint8_t channel, enet_ptp_… in ENET_ReadFrame() 1575 status_t ENET_RxBufferAllocAll(ENET_Type *base, enet_handle_t *handle) in ENET_RxBufferAllocAll() 1655 void ENET_RxBufferFreeAll(ENET_Type *base, enet_handle_t *handle) in ENET_RxBufferFreeAll() 1704 static void ENET_DropFrame(ENET_Type *base, enet_handle_t *handle, uint8_t channel) in ENET_DropFrame() 1788 status_t ENET_GetRxFrame(ENET_Type *base, enet_handle_t *handle, enet_rx_frame_struct_t *rxFrame, u… in ENET_GetRxFrame() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/ |
| D | fsl_enet_cmsis.c | 53 enet_handle_t *handle; /*!< ENET handler. */ 104 enet_handle_t *handle, in ENET_SetInterruptCallback() 530 static enet_handle_t ENET0_Handle;
|