Home
last modified time | relevance | path

Searched refs:Window (Results 1 – 20 of 20) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_iwdg.c184 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()
Dstm32l0xx_hal_wwdg.c183 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/
Dstm32l4xx_hal_iwdg.c184 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()
Dstm32l4xx_hal_wwdg.c191 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/
Dstm32l1xx_hal_wwdg.c183 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/
Dstm32l1xx_ll_wwdg.h237 __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()
Dstm32l1xx_hal_wwdg.h69 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/
Dstm32l0xx_ll_wwdg.h237 __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()
Dstm32l0xx_ll_iwdg.h266 __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()
Dstm32l0xx_hal_iwdg.h71 uint32_t Window; /*!< Specifies the window value to be compared to the down-counter. member
Dstm32l0xx_hal_wwdg.h69 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/
Dstm32l4xx_ll_wwdg.h231 __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()
Dstm32l4xx_ll_iwdg.h266 __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()
Dstm32l4xx_hal_iwdg.h71 uint32_t Window; /*!< Specifies the window value to be compared to the down-counter. member
Dstm32l4xx_hal_wwdg.h69 uint32_t Window; /*!< Specifies the WWDG window value to be compared to the downcounter. member
/loramac-node-latest/src/boards/NucleoL073/cmsis/arm-std/
Dstartup_stm32l073xx.s93 DCD WWDG_IRQHandler ; Window Watchdog
/loramac-node-latest/src/boards/SKiM881AXL/cmsis/arm-std/
Dstartup_stm32l081xx.s93 DCD WWDG_IRQHandler ; Window Watchdog
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/arm-std/
Dstartup_stm32l072xx.s93 DCD WWDG_IRQHandler ; Window Watchdog
/loramac-node-latest/src/boards/NucleoL476/cmsis/arm-std/
Dstartup_stm32l476xx.s92 DCD WWDG_IRQHandler ; Window WatchDog
/loramac-node-latest/
DCHANGELOG.md487 - Added an algorithm to automatically compute the Rx windows parameters. (Window `symbolTimeout` an…