Home
last modified time | relevance | path

Searched refs:CFR (Results 1 – 25 of 49) sorted by relevance

12

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_wwdg.c52 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 DHAL_wwdg.c127 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 DHAL_wwdg.c124 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 DHAL_wwdg.c124 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 Dhk32f0xx_wwdg.c128 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 DHAL_wwdg.c124 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 Dstm32l1xx_ll_wwdg.h182 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 Dstm32l1xx_hal_wwdg.h194 #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 Dair32f10x_wwdg.c103 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 Dreg_wwdg.h66 __IO u32 CFR; member
81 __IO u32 CFR; member
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_wwdg.c74 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 Ddrv_wwdg.c74 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 Dstm32l1xx_hal_wwdg.c214 …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 Dft32f030x6.h635 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
A Dft32f030x8.h666 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
A Dft32f072x8.h681 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
A Dft32f032x8.h675 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
A Dft32f032x6.h675 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
A Dft32f072xb.h729 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
/bsp/mm32l3xx/Libraries/MM32L3xx/Include/
A DMM32L3xx.h761 __IO uint32_t CFR; member
/bsp/mm32f103x/Libraries/MM32F103/Include/
A DMM32F103.h770 __IO uint32_t CFR; member
/bsp/tkm32F499/Libraries/CMSIS_and_startup/
A Dtk499.h823 __IO uint32_t CFR; member
/bsp/mm32l07x/Libraries/MM32L0xx/Include/
A DMM32L0xx.h685 __IO uint32_t CFR; member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/
A Dhk32f030x4x6x8.h446 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
A Dhk32f031x4x6.h441 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member

Completed in 265 milliseconds

12