Home
last modified time | relevance | path

Searched refs:ETH_DMABMR_SR (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c259 (heth->Instance)->DMABMR |= ETH_DMABMR_SR; in HAL_ETH_Init()
265 while (((heth->Instance)->DMABMR & ETH_DMABMR_SR) != (uint32_t)RESET) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c257 (heth->Instance)->DMABMR |= ETH_DMABMR_SR; in HAL_ETH_Init()
263 while (((heth->Instance)->DMABMR & ETH_DMABMR_SR) != (uint32_t)RESET) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c258 (heth->Instance)->DMABMR |= ETH_DMABMR_SR; in HAL_ETH_Init()
264 while (((heth->Instance)->DMABMR & ETH_DMABMR_SR) != (uint32_t)RESET) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c262 (heth->Instance)->DMABMR |= ETH_DMABMR_SR; in HAL_ETH_Init()
268 while (((heth->Instance)->DMABMR & ETH_DMABMR_SR) != (uint32_t)RESET) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c377 SET_BIT(heth->Instance->DMABMR, ETH_DMABMR_SR); in HAL_ETH_Init()
383 while (READ_BIT(heth->Instance->DMABMR, ETH_DMABMR_SR) > 0U) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c377 SET_BIT(heth->Instance->DMABMR, ETH_DMABMR_SR); in HAL_ETH_Init()
383 while (READ_BIT(heth->Instance->DMABMR, ETH_DMABMR_SR) > 0U) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f207xx.h12970 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f217xx.h13225 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f407xx.h13523 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f427xx.h14719 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f417xx.h13803 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f429xx.h15075 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f439xx.h15369 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f437xx.h15021 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f469xx.h18091 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f479xx.h18388 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f107xc.h13272 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f750xx.h15977 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f745xx.h15336 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f756xx.h15977 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f746xx.h15684 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f765xx.h15970 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f777xx.h16657 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f767xx.h16364 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro
Dstm32f779xx.h16752 #define ETH_DMABMR_SR ETH_DMABMR_SR_Msk /* Software reset */ macro

12