/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_eth.c | 993 heth->DMAErrorCode = heth->Instance->DMA_CH[ch].DMACSR; in HAL_ETH_Transmit() 2027 heth->DMAErrorCode = READ_BIT(heth->Instance->DMA_CH[ETH_DMA_CH0_IDX].DMACSR, in HAL_ETH_IRQHandler() 2038 heth->DMAErrorCode = READ_BIT(heth->Instance->DMA_CH[ETH_DMA_CH0_IDX].DMACSR, in HAL_ETH_IRQHandler() 2064 heth->DMAErrorCode = READ_BIT(heth->Instance->DMA_CH[ETH_DMA_CH1_IDX].DMACSR, in HAL_ETH_IRQHandler() 2075 heth->DMAErrorCode = READ_BIT(heth->Instance->DMA_CH[ETH_DMA_CH1_IDX].DMACSR, in HAL_ETH_IRQHandler() 2889 return heth->DMAErrorCode; in HAL_ETH_GetDMAError()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_eth.c | 997 heth->DMAErrorCode = heth->Instance->DMASR; in HAL_ETH_Transmit() 1935 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMASR, (ETH_DMASR_FBES | ETH_DMASR_TPS | ETH_DMASR_R… in HAL_ETH_IRQHandler() 1946 heth->DMAErrorCode = READ_BIT(heth->Instance->DMASR, (ETH_DMASR_ETS | ETH_DMASR_RWTS | in HAL_ETH_IRQHandler() 2692 return heth->DMAErrorCode; in HAL_ETH_GetDMAError()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
D | stm32h7xx_hal_eth.c | 995 heth->DMAErrorCode = heth->Instance->DMACSR; in HAL_ETH_Transmit() 1526 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMACSR, (ETH_DMACSR_FBE | ETH_DMACSR_TPS | ETH_DMACS… in HAL_ETH_IRQHandler() 1537 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMACSR, (ETH_DMACSR_CDE | ETH_DMACSR_ETI | ETH_DMACS… in HAL_ETH_IRQHandler() 2372 return heth->DMAErrorCode; in HAL_ETH_GetDMAError()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_eth.c | 997 heth->DMAErrorCode = heth->Instance->DMASR; in HAL_ETH_Transmit() 1935 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMASR, (ETH_DMASR_FBES | ETH_DMASR_TPS | ETH_DMASR_R… in HAL_ETH_IRQHandler() 1946 heth->DMAErrorCode = READ_BIT(heth->Instance->DMASR, (ETH_DMASR_ETS | ETH_DMASR_RWTS | in HAL_ETH_IRQHandler() 2692 return heth->DMAErrorCode; in HAL_ETH_GetDMAError()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_eth.c | 960 heth->DMAErrorCode = heth->Instance->DMACSR; in HAL_ETH_Transmit() 1903 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMACSR, (ETH_DMACSR_FBE | ETH_DMACSR_TPS | ETH_DMACS… in HAL_ETH_IRQHandler() 1914 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMACSR, (ETH_DMACSR_CDE | ETH_DMACSR_ETI | ETH_DMACS… in HAL_ETH_IRQHandler() 2712 return heth->DMAErrorCode; in HAL_ETH_GetDMAError()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_eth.c | 960 heth->DMAErrorCode = heth->Instance->DMACSR; in HAL_ETH_Transmit() 1924 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMACSR, (ETH_DMACSR_FBE | ETH_DMACSR_TPS | ETH_DMACS… in HAL_ETH_IRQHandler() 1935 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMACSR, (ETH_DMACSR_CDE | ETH_DMACSR_ETI | ETH_DMACS… in HAL_ETH_IRQHandler() 2768 return heth->DMAErrorCode; in HAL_ETH_GetDMAError()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_eth.c | 960 heth->DMAErrorCode = heth->Instance->DMACSR; in HAL_ETH_Transmit() 1921 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMACSR, (ETH_DMACSR_FBE | ETH_DMACSR_TPS | ETH_DMACS… in HAL_ETH_IRQHandler() 1932 …heth->DMAErrorCode = READ_BIT(heth->Instance->DMACSR, (ETH_DMACSR_CDE | ETH_DMACSR_ETI | ETH_DMACS… in HAL_ETH_IRQHandler() 2730 return heth->DMAErrorCode; in HAL_ETH_GetDMAError()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_eth.h | 547 DMAErrorCode; /*!< Holds the DMA Rx Tx Error code when a DMA AIS interrupt occurs member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_eth.h | 547 DMAErrorCode; /*!< Holds the DMA Rx Tx Error code when a DMA AIS interrupt occurs member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_eth.h | 550 DMAErrorCode; /*!< Holds the DMA Rx Tx Error code when a DMA AIS interrupt occurs member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_eth.h | 550 DMAErrorCode; /*!< Holds the DMA Rx Tx Error code when a DMA AIS interrupt occurs member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_eth.h | 547 DMAErrorCode; /*!< Holds the DMA Rx Tx Error code when a DMA AIS interrupt occurs member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32h7xx_hal_eth_legacy.h | 432 …__IO uint32_t DMAErrorCode; /*!< Holds the DMA Rx Tx Error code when a D… member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_eth.h | 582 …DMAErrorCode; /*!< Holds the DMA CH0/CH1 Rx Tx Error code when a DMA AIS interrupt oc… member
|