Home
last modified time | relevance | path

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/
Dstm32l1xx_ll_wwdg.h147 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()
Dstm32l1xx_hal_wwdg.h175 …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/
Dstm32l0xx_ll_wwdg.h147 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()
Dstm32l0xx_hal_wwdg.h173 …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/
Dstm32l4xx_ll_wwdg.h141 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()
Dstm32l4xx_hal_wwdg.h195 …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/
Dstm32l1xx_hal_wwdg.c191 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/
Dstm32l0xx_hal_wwdg.c191 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/
Dstm32l4xx_hal_wwdg.c215 WRITE_REG(hwwdg->Instance->CR, (WWDG_CR_WDGA | hwwdg->Init.Counter)); in HAL_WWDG_Init()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6280 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7471 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h7402 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h7402 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7312 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h8242 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h8544 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit … macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16416 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!<Activation bit */ macro