Home
last modified time | relevance | path

Searched refs:FMAC_CR_RESET (Results 1 – 25 of 42) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_fmac.h525 SET_BIT(FMACx->CR, FMAC_CR_RESET); in LL_FMAC_EnableReset()
536 return ((READ_BIT(FMACx->CR, FMAC_CR_RESET) == (FMAC_CR_RESET)) ? 1UL : 0UL); in LL_FMAC_IsEnabledReset()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_fmac.h525 SET_BIT(FMACx->CR, FMAC_CR_RESET); in LL_FMAC_EnableReset()
536 return ((READ_BIT(FMACx->CR, FMAC_CR_RESET) == (FMAC_CR_RESET)) ? 1UL : 0UL); in LL_FMAC_IsEnabledReset()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_fmac.h525 SET_BIT(FMACx->CR, FMAC_CR_RESET); in LL_FMAC_EnableReset()
536 return ((READ_BIT(FMACx->CR, FMAC_CR_RESET) == (FMAC_CR_RESET)) ? 1UL : 0UL); in LL_FMAC_IsEnabledReset()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_fmac.h525 SET_BIT(FMACx->CR, FMAC_CR_RESET); in LL_FMAC_EnableReset()
536 return ((READ_BIT(FMACx->CR, FMAC_CR_RESET) == (FMAC_CR_RESET)) ? 1UL : 0UL); in LL_FMAC_IsEnabledReset()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fmac.c1586 SET_BIT(hfmac->Instance->CR, FMAC_CR_RESET); in FMAC_Reset()
1589 while (READ_BIT(hfmac->Instance->CR, FMAC_CR_RESET) != 0U) in FMAC_Reset()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fmac.c1586 SET_BIT(hfmac->Instance->CR, FMAC_CR_RESET); in FMAC_Reset()
1589 while (READ_BIT(hfmac->Instance->CR, FMAC_CR_RESET) != 0U) in FMAC_Reset()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fmac.c1586 SET_BIT(hfmac->Instance->CR, FMAC_CR_RESET); in FMAC_Reset()
1589 while (READ_BIT(hfmac->Instance->CR, FMAC_CR_RESET) != 0U) in FMAC_Reset()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fmac.c1586 SET_BIT(hfmac->Instance->CR, FMAC_CR_RESET); in FMAC_Reset()
1589 while (READ_BIT(hfmac->Instance->CR, FMAC_CR_RESET) != 0U) in FMAC_Reset()
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h4815 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g411xc.h4980 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g441xx.h5163 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32gbk1cb.h4928 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g431xx.h4942 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g4a1xx.h5327 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g491xx.h5106 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g473xx.h5312 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g471xx.h5177 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g483xx.h5533 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g414xx.h5411 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g474xx.h5445 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
Dstm32g484xx.h5666 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filter ma… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h8377 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filt… macro
Dstm32u535xx.h7977 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filt… macro
Dstm32u575xx.h8650 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filt… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h8191 #define FMAC_CR_RESET FMAC_CR_RESET_Msk /*!< Reset filt… macro

12