Home
last modified time | relevance | path

Searched refs:RxMode (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c225 assert_param(IS_ETH_RX_MODE(heth->Init.RxMode)); in HAL_ETH_Init()
623 if ((heth->Init).RxMode == ETH_RXINTERRUPT_MODE) in HAL_ETH_DMARxDescListInit()
2071 if ((heth->Init).RxMode == ETH_RXINTERRUPT_MODE) in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c223 assert_param(IS_ETH_RX_MODE(heth->Init.RxMode)); in HAL_ETH_Init()
625 if((heth->Init).RxMode == ETH_RXINTERRUPT_MODE) in HAL_ETH_DMARxDescListInit()
2078 if((heth->Init).RxMode == ETH_RXINTERRUPT_MODE) in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c227 assert_param(IS_ETH_RX_MODE(heth->Init.RxMode)); in HAL_ETH_Init()
617 if ((heth->Init).RxMode == ETH_RXINTERRUPT_MODE) in HAL_ETH_DMARxDescListInit()
2060 if ((heth->Init).RxMode == ETH_RXINTERRUPT_MODE) in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c228 assert_param(IS_ETH_RX_MODE(heth->Init.RxMode)); in HAL_ETH_Init()
629 if((heth->Init).RxMode == ETH_RXINTERRUPT_MODE) in HAL_ETH_DMARxDescListInit()
2077 if((heth->Init).RxMode == ETH_RXINTERRUPT_MODE) in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_ucpd.h742 __STATIC_INLINE void LL_UCPD_SetRxMode(UCPD_TypeDef *UCPDx, uint32_t RxMode) in LL_UCPD_SetRxMode() argument
744 MODIFY_REG(UCPDx->CR, UCPD_CR_RXMODE, RxMode); in LL_UCPD_SetRxMode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_ucpd.h766 __STATIC_INLINE void LL_UCPD_SetRxMode(UCPD_TypeDef *UCPDx, uint32_t RxMode) in LL_UCPD_SetRxMode() argument
768 MODIFY_REG(UCPDx->CR, UCPD_CR_RXMODE, RxMode); in LL_UCPD_SetRxMode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_ucpd.h766 __STATIC_INLINE void LL_UCPD_SetRxMode(UCPD_TypeDef *UCPDx, uint32_t RxMode) in LL_UCPD_SetRxMode() argument
768 MODIFY_REG(UCPDx->CR, UCPD_CR_RXMODE, RxMode); in LL_UCPD_SetRxMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_ucpd.h766 __STATIC_INLINE void LL_UCPD_SetRxMode(UCPD_TypeDef *UCPDx, uint32_t RxMode) in LL_UCPD_SetRxMode() argument
768 MODIFY_REG(UCPDx->CR, UCPD_CR_RXMODE, RxMode); in LL_UCPD_SetRxMode()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_ucpd.h744 __STATIC_INLINE void LL_UCPD_SetRxMode(UCPD_TypeDef *UCPDx, uint32_t RxMode) in LL_UCPD_SetRxMode() argument
746 MODIFY_REG(UCPDx->CR, UCPD_CR_RXMODE, RxMode); in LL_UCPD_SetRxMode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_ucpd.h744 __STATIC_INLINE void LL_UCPD_SetRxMode(UCPD_TypeDef *UCPDx, uint32_t RxMode) in LL_UCPD_SetRxMode() argument
746 MODIFY_REG(UCPDx->CR, UCPD_CR_RXMODE, RxMode); in LL_UCPD_SetRxMode()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_ucpd.h744 __STATIC_INLINE void LL_UCPD_SetRxMode(UCPD_TypeDef *UCPDx, uint32_t RxMode) in LL_UCPD_SetRxMode() argument
746 MODIFY_REG(UCPDx->CR, UCPD_CR_RXMODE, RxMode); in LL_UCPD_SetRxMode()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h389 …uint32_t RxMode; /*!< Selects the Ethernet Rx mode: Polling mode, I… member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h388 …uint32_t RxMode; /*!< Selects the Ethernet Rx mode: Polling mode, I… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h388 …uint32_t RxMode; /*!< Selects the Ethernet Rx mode: Polling mode, I… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h389 …uint32_t RxMode; /*!< Selects the Ethernet Rx mode: Polling mode, I… member