| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_iwdg.c | 184 assert_param(IS_IWDG_WINDOW(hiwdg->Init.Window)); in HAL_IWDG_Init() 211 if(hiwdg->Instance->WINR != hiwdg->Init.Window) in HAL_IWDG_Init() 216 hiwdg->Instance->WINR = hiwdg->Init.Window; in HAL_IWDG_Init()
|
| D | stm32l0xx_hal_wwdg.c | 183 assert_param(IS_WWDG_WINDOW(hwwdg->Init.Window)); in HAL_WWDG_Init() 194 …WRITE_REG(hwwdg->Instance->CFR, (hwwdg->Init.EWIMode | hwwdg->Init.Prescaler | hwwdg->Init.Window)… in HAL_WWDG_Init()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_iwdg.c | 184 assert_param(IS_IWDG_WINDOW(hiwdg->Init.Window)); in HAL_IWDG_Init() 211 if(hiwdg->Instance->WINR != hiwdg->Init.Window) in HAL_IWDG_Init() 216 hiwdg->Instance->WINR = hiwdg->Init.Window; in HAL_IWDG_Init()
|
| D | stm32l4xx_hal_wwdg.c | 191 assert_param(IS_WWDG_WINDOW(hwwdg->Init.Window)); in HAL_WWDG_Init() 218 …WRITE_REG(hwwdg->Instance->CFR, (hwwdg->Init.EWIMode | hwwdg->Init.Prescaler | hwwdg->Init.Window)… in HAL_WWDG_Init()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_wwdg.c | 183 assert_param(IS_WWDG_WINDOW(hwwdg->Init.Window)); in HAL_WWDG_Init() 194 …WRITE_REG(hwwdg->Instance->CFR, (hwwdg->Init.EWIMode | hwwdg->Init.Prescaler | hwwdg->Init.Window)… in HAL_WWDG_Init()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_ll_wwdg.h | 237 __STATIC_INLINE void LL_WWDG_SetWindow(WWDG_TypeDef *WWDGx, uint32_t Window) in LL_WWDG_SetWindow() argument 239 MODIFY_REG(WWDGx->CFR, WWDG_CFR_W, Window); in LL_WWDG_SetWindow()
|
| D | stm32l1xx_hal_wwdg.h | 69 uint32_t Window; /*!< Specifies the WWDG window value to be compared to the downcounter. member
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_ll_wwdg.h | 237 __STATIC_INLINE void LL_WWDG_SetWindow(WWDG_TypeDef *WWDGx, uint32_t Window) in LL_WWDG_SetWindow() argument 239 MODIFY_REG(WWDGx->CFR, WWDG_CFR_W, Window); in LL_WWDG_SetWindow()
|
| D | stm32l0xx_ll_iwdg.h | 266 __STATIC_INLINE void LL_IWDG_SetWindow(IWDG_TypeDef *IWDGx, uint32_t Window) in LL_IWDG_SetWindow() argument 268 WRITE_REG(IWDGx->WINR, IWDG_WINR_WIN & Window); in LL_IWDG_SetWindow()
|
| D | stm32l0xx_hal_iwdg.h | 71 uint32_t Window; /*!< Specifies the window value to be compared to the down-counter. member
|
| D | stm32l0xx_hal_wwdg.h | 69 uint32_t Window; /*!< Specifies the WWDG window value to be compared to the downcounter. member
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_ll_wwdg.h | 231 __STATIC_INLINE void LL_WWDG_SetWindow(WWDG_TypeDef *WWDGx, uint32_t Window) in LL_WWDG_SetWindow() argument 233 MODIFY_REG(WWDGx->CFR, WWDG_CFR_W, Window); in LL_WWDG_SetWindow()
|
| D | stm32l4xx_ll_iwdg.h | 266 __STATIC_INLINE void LL_IWDG_SetWindow(IWDG_TypeDef *IWDGx, uint32_t Window) in LL_IWDG_SetWindow() argument 268 WRITE_REG(IWDGx->WINR, IWDG_WINR_WIN & Window); in LL_IWDG_SetWindow()
|
| D | stm32l4xx_hal_iwdg.h | 71 uint32_t Window; /*!< Specifies the window value to be compared to the down-counter. member
|
| D | stm32l4xx_hal_wwdg.h | 69 uint32_t Window; /*!< Specifies the WWDG window value to be compared to the downcounter. member
|
| /loramac-node-latest/src/boards/NucleoL073/cmsis/arm-std/ |
| D | startup_stm32l073xx.s | 93 DCD WWDG_IRQHandler ; Window Watchdog
|
| /loramac-node-latest/src/boards/SKiM881AXL/cmsis/arm-std/ |
| D | startup_stm32l081xx.s | 93 DCD WWDG_IRQHandler ; Window Watchdog
|
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/arm-std/ |
| D | startup_stm32l072xx.s | 93 DCD WWDG_IRQHandler ; Window Watchdog
|
| /loramac-node-latest/src/boards/NucleoL476/cmsis/arm-std/ |
| D | startup_stm32l476xx.s | 92 DCD WWDG_IRQHandler ; Window WatchDog
|
| /loramac-node-latest/ |
| D | CHANGELOG.md | 487 - Added an algorithm to automatically compute the Rx windows parameters. (Window `symbolTimeout` an…
|