| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_wwdg.c | 52 tmpreg = WWDG->CFR & CFR_WDGTB_MASK; in WWDG_SetPrescaler() 56 WWDG->CFR = tmpreg; in WWDG_SetPrescaler() 73 tmpreg = WWDG->CFR & CFR_W_MASK; in WWDG_SetWindowValue() 79 WWDG->CFR = tmpreg; in WWDG_SetWindowValue() 90 WWDG->CFR |= WWDG_CFR_EWI; in WWDG_EnableIT()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_wwdg.c | 127 tmpreg = WWDG->CFR & CFR_WDGTB_Mask; 131 WWDG->CFR = tmpreg; 147 tmpreg = WWDG->CFR & CFR_W_Mask; 151 WWDG->CFR = tmpreg; 161 WWDG->CFR |= (uint32_t)0x200;
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_wwdg.c | 124 tmpreg = WWDG->CFR & CFR_WDGTB_Mask; in WWDG_SetPrescaler() 128 WWDG->CFR = tmpreg; in WWDG_SetPrescaler() 144 tmpreg = WWDG->CFR & CFR_W_Mask; in WWDG_SetWindowValue() 148 WWDG->CFR = tmpreg; in WWDG_SetWindowValue() 158 WWDG->CFR |= (uint32_t)0x200; in WWDG_EnableIT()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_wwdg.c | 124 tmpreg = WWDG->CFR & CFR_WDGTB_Mask; in WWDG_SetPrescaler() 128 WWDG->CFR = tmpreg; in WWDG_SetPrescaler() 144 tmpreg = WWDG->CFR & CFR_W_Mask; in WWDG_SetWindowValue() 148 WWDG->CFR = tmpreg; in WWDG_SetWindowValue() 158 WWDG->CFR |= (uint32_t)0x200; in WWDG_EnableIT()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_wwdg.c | 128 tmpreg = WWDG->CFR & CFR_WDGTB_MASK; in WWDG_SetPrescaler() 132 WWDG->CFR = tmpreg; in WWDG_SetPrescaler() 149 tmpreg = WWDG->CFR & CFR_W_MASK; in WWDG_SetWindowValue() 155 WWDG->CFR = tmpreg; in WWDG_SetWindowValue() 166 WWDG->CFR |= WWDG_CFR_EWI; in WWDG_EnableIT()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_wwdg.c | 124 tmpreg = WWDG->CFR & CFR_WDGTB_Mask; in WWDG_SetPrescaler() 128 WWDG->CFR = tmpreg; in WWDG_SetPrescaler() 144 tmpreg = WWDG->CFR & CFR_W_Mask; in WWDG_SetWindowValue() 148 WWDG->CFR = tmpreg; in WWDG_SetWindowValue() 158 WWDG->CFR |= (uint32_t)0x200; in WWDG_EnableIT()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_wwdg.h | 182 MODIFY_REG(WWDGx->CFR, WWDG_CFR_WDGTB, Prescaler); in LL_WWDG_SetPrescaler() 197 return (READ_BIT(WWDGx->CFR, WWDG_CFR_WDGTB)); in LL_WWDG_GetPrescaler() 218 MODIFY_REG(WWDGx->CFR, WWDG_CFR_W, Window); in LL_WWDG_SetWindow() 229 return (READ_BIT(WWDGx->CFR, WWDG_CFR_W)); in LL_WWDG_GetWindow() 281 SET_BIT(WWDGx->CFR, WWDG_CFR_EWI); in LL_WWDG_EnableIT_EWKUP() 292 return ((READ_BIT(WWDGx->CFR, WWDG_CFR_EWI) == (WWDG_CFR_EWI)) ? 1UL : 0UL); in LL_WWDG_IsEnabledIT_EWKUP()
|
| A D | stm32l1xx_hal_wwdg.h | 194 #define __HAL_WWDG_ENABLE_IT(__HANDLE__, __INTERRUPT__) SET_BIT((__HANDLE__)->Instance->CFR, … 242 #define __HAL_WWDG_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->CFR\
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_wwdg.c | 103 tmpreg = WWDG->CFR & CFR_WDGTB_Mask; in WWDG_SetPrescaler() 107 WWDG->CFR = tmpreg; in WWDG_SetPrescaler() 124 tmpreg = WWDG->CFR & CFR_W_Mask; in WWDG_SetWindowValue() 130 WWDG->CFR = tmpreg; in WWDG_SetWindowValue()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_wwdg.h | 66 __IO u32 CFR; member 81 __IO u32 CFR; member
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | drv_wwdg.c | 74 hwwdg1.Instance->CFR &= ~(7 << 11); /* clear WDGTB[2:0] */ in wwdg_control() 75 hwwdg1.Instance->CFR |= pre_value << 11; /* set WDGTB[2:0] */ in wwdg_control()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/ |
| A D | drv_wwdg.c | 74 hwwdg1.Instance->CFR &= ~(7 << 11); /* clear WDGTB[2:0] */ in wwdg_control() 75 hwwdg1.Instance->CFR |= pre_value << 11; /* set WDGTB[2:0] */ in wwdg_control()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_wwdg.c | 214 …WRITE_REG(hwwdg->Instance->CFR, (hwwdg->Init.EWIMode | hwwdg->Init.Prescaler | hwwdg->Init.Window)… in HAL_WWDG_Init()
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 635 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|
| A D | ft32f030x8.h | 666 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|
| A D | ft32f072x8.h | 681 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|
| A D | ft32f032x8.h | 675 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|
| A D | ft32f032x6.h | 675 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|
| A D | ft32f072xb.h | 729 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 761 __IO uint32_t CFR; member
|
| /bsp/mm32f103x/Libraries/MM32F103/Include/ |
| A D | MM32F103.h | 770 __IO uint32_t CFR; member
|
| /bsp/tkm32F499/Libraries/CMSIS_and_startup/ |
| A D | tk499.h | 823 __IO uint32_t CFR; member
|
| /bsp/mm32l07x/Libraries/MM32L0xx/Include/ |
| A D | MM32L0xx.h | 685 __IO uint32_t CFR; member
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f030x4x6x8.h | 446 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|
| A D | hk32f031x4x6.h | 441 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|