Home
last modified time | relevance | path

Searched refs:EWIMode (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_wwdg.c185 assert_param(IS_WWDG_EWI_MODE(hwwdg->Init.EWIMode)); 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/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_wwdg.c185 assert_param(IS_WWDG_EWI_MODE(hwwdg->Init.EWIMode)); 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_wwdg.c193 assert_param(IS_WWDG_EWI_MODE(hwwdg->Init.EWIMode)); 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/Inc/
Dstm32l1xx_hal_wwdg.h75 uint32_t EWIMode ; /*!< Specifies if WWDG Early Wakeup Interupt is enable or not. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_wwdg.h75 uint32_t EWIMode ; /*!< Specifies if WWDG Early Wakeup Interupt is enable or not. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_wwdg.h75 uint32_t EWIMode ; /*!< Specifies if WWDG Early Wakeup Interupt is enable or not. member