Searched refs:WWDG_CR_WDGA (Results 1 – 17 of 17) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_wwdg.h | 147 SET_BIT(WWDGx->CR, WWDG_CR_WDGA); in LL_WWDG_Enable() 158 return (READ_BIT(WWDGx->CR, WWDG_CR_WDGA) == (WWDG_CR_WDGA)); in LL_WWDG_IsEnabled()
|
D | stm32l1xx_hal_wwdg.h | 175 …L_WWDG_ENABLE(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CR, WWDG_CR_WDGA)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_wwdg.h | 147 SET_BIT(WWDGx->CR, WWDG_CR_WDGA); in LL_WWDG_Enable() 158 return (READ_BIT(WWDGx->CR, WWDG_CR_WDGA) == (WWDG_CR_WDGA)); in LL_WWDG_IsEnabled()
|
D | stm32l0xx_hal_wwdg.h | 173 …L_WWDG_ENABLE(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CR, WWDG_CR_WDGA)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_wwdg.h | 141 SET_BIT(WWDGx->CR, WWDG_CR_WDGA); in LL_WWDG_Enable() 152 return ((READ_BIT(WWDGx->CR, WWDG_CR_WDGA) == (WWDG_CR_WDGA)) ? 1UL : 0UL); in LL_WWDG_IsEnabled()
|
D | stm32l4xx_hal_wwdg.h | 195 …L_WWDG_ENABLE(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CR, WWDG_CR_WDGA)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_wwdg.c | 191 WRITE_REG(hwwdg->Instance->CR, (WWDG_CR_WDGA | hwwdg->Init.Counter)); in HAL_WWDG_Init()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_wwdg.c | 191 WRITE_REG(hwwdg->Instance->CR, (WWDG_CR_WDGA | hwwdg->Init.Counter)); in HAL_WWDG_Init()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_wwdg.c | 215 WRITE_REG(hwwdg->Instance->CR, (WWDG_CR_WDGA | hwwdg->Init.Counter)); in HAL_WWDG_Init()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 6280 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7471 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 7402 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 7402 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 7312 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 8242 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 8544 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 16416 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!<Activation bit */ macro
|