| /bsp/n32g452xx/Libraries/rt_drivers/ |
| A D | drv_wdt.c | 18 #define LSI_VALUE 40000 macro 50 #if defined(LSI_VALUE) in wdt_control() 51 if (LSI_VALUE) in wdt_control() 53 n32_wdt.Reload = (*((rt_uint32_t *)arg)) * LSI_VALUE / 256 ; in wdt_control() 61 … LOG_E("wdg set timeout parameter too large, please less than %ds", 0xFFF * 256 / LSI_VALUE); in wdt_control() 77 #if defined(LSI_VALUE) in wdt_control() 78 if (LSI_VALUE) in wdt_control() 80 (*((rt_uint32_t *)arg)) = n32_wdt.Reload * 256 / LSI_VALUE; in wdt_control()
|
| /bsp/wch/arm/Libraries/ch32_drivers/ |
| A D | drv_iwdt_ch32f10x.c | 54 #if defined(LSI_VALUE) in ch32_wdt_control() 55 if (LSI_VALUE) in ch32_wdt_control() 57 wdt_dev->Reload = (*((rt_uint32_t *)arg)) * LSI_VALUE / 256; in ch32_wdt_control() 65 … LOG_E("wdg set timeout parameter too large, please less than %ds", 0xFFF * 256 / LSI_VALUE); in ch32_wdt_control() 82 #if defined(LSI_VALUE) in ch32_wdt_control() 83 if (LSI_VALUE) in ch32_wdt_control() 85 (*((rt_uint32_t *)arg)) = wdt_dev->Reload * 256 / LSI_VALUE; in ch32_wdt_control()
|
| A D | drv_iwdt_ch32f20x.c | 54 #if defined(LSI_VALUE) in ch32_wdt_control() 55 if (LSI_VALUE) in ch32_wdt_control() 57 wdt_dev->Reload = (*((rt_uint32_t *)arg)) * LSI_VALUE / 256; in ch32_wdt_control() 65 … LOG_E("wdg set timeout parameter too large, please less than %ds", 0xFFF * 256 / LSI_VALUE); in ch32_wdt_control() 82 #if defined(LSI_VALUE) in ch32_wdt_control() 83 if (LSI_VALUE) in ch32_wdt_control() 85 (*((rt_uint32_t *)arg)) = wdt_dev->Reload * 256 / LSI_VALUE; in ch32_wdt_control()
|
| A D | drv_rtc_ch32f10x.c | 34 #if defined(BSP_USING_RTC_LSI) && defined(LSI_VALUE) in rt_rtc_config() 62 #if defined(BSP_USING_RTC_LSI) && defined(LSI_VALUE) in ch32f1_rt_rtc_init()
|
| A D | drv_rtc_ch32f20x.c | 34 #if defined(BSP_USING_RTC_LSI) && defined(LSI_VALUE) in rt_rtc_config() 62 #if defined(BSP_USING_RTC_LSI) && defined(LSI_VALUE) in ch32f2_rt_rtc_init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_wdt.c | 48 #if defined(LSI_VALUE) in wdt_control() 49 if(LSI_VALUE) in wdt_control() 51 stm32_wdt.hiwdg.Init.Reload = (*((rt_uint32_t*)arg)) * LSI_VALUE / 256 ; in wdt_control() 59 … LOG_E("wdg set timeout parameter too large, please less than %ds",0xFFF * 256 / LSI_VALUE); in wdt_control() 75 #if defined(LSI_VALUE) in wdt_control() 76 if(LSI_VALUE) in wdt_control() 78 (*((rt_uint32_t*)arg)) = stm32_wdt.hiwdg.Init.Reload * 256 / LSI_VALUE; in wdt_control()
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_iwdt.c | 22 #ifndef LSI_VALUE 55 if (LSI_VALUE) in ch32_wdt_control() 57 wdt_dev->reload = (*((rt_uint32_t *)arg)) * LSI_VALUE / 256; in ch32_wdt_control() 65 … LOG_E("wdg set timeout parameter too large, please less than %ds", 0xFFF * 256 / LSI_VALUE); in ch32_wdt_control() 79 if (LSI_VALUE) in ch32_wdt_control() 81 (*((rt_uint32_t *)arg)) = wdt_dev->reload * 256 / LSI_VALUE; in ch32_wdt_control()
|
| A D | drv_rtc.c | 35 #if defined(BSP_USING_RTC_LSI) && defined(LSI_VALUE) in rt_rtc_config() 59 #if defined(BSP_USING_RTC_LSI) && defined(LSI_VALUE) in ch32_rtc_init()
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_wdt.c | 22 #ifndef LSI_VALUE 23 #define LSI_VALUE ((uint32_t)40000) macro 54 wdt_config.max_threshold = (0xfff << 8) / LSI_VALUE; in apm32_iwdt_init() 125 IWDT_ConfigReload(param * LSI_VALUE >> 8); in apm32_iwdt_control()
|
| /bsp/stm32/stm32h743-atk-apollo/board/ |
| A D | board.h | 23 #if !defined (LSI_VALUE) 24 #define LSI_VALUE ((uint32_t)32000) macro
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Source/ |
| A D | system_ht32f5xxxx_04.c | 156 #if (LSI_VALUE != 32000UL) 190 …#define __CK_SYS LSI_VALUE /*!< Select LSI as CK_SYS source … 318 SystemCoreClock = LSI_VALUE >> SystemCoreClockDiv; in SystemCoreClockUpdate()
|
| A D | system_ht32f5xxxx_13.c | 148 #if (LSI_VALUE != 32000UL) 182 …#define __CK_SYS LSI_VALUE /*!< Select LSI as CK_SYS source … 310 SystemCoreClock = LSI_VALUE >> SystemCoreClockDiv; in SystemCoreClockUpdate()
|
| /bsp/tae32f5300/board/ |
| A D | tae32f53xx_ll_conf.h | 112 #if !defined (LSI_VALUE) 113 #define LSI_VALUE 32000U /*!< LSI Typical Value in Hz */ macro
|
| /bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/ |
| A D | stm32f0xx_hal_conf.h | 140 #if !defined (LSI_VALUE) 141 #define LSI_VALUE ((uint32_t)40000) macro
|
| /bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32f0xx_hal_conf.h | 140 #if !defined (LSI_VALUE) 141 #define LSI_VALUE ((uint32_t)40000) macro
|
| /bsp/stm32/stm32l010-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32l0xx_hal_conf.h | 114 #if !defined (LSI_VALUE) 115 #define LSI_VALUE ((uint32_t)37000U) /*!< LSI Typical Value in Hz*/ macro
|
| /bsp/stm32/stm32l053-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32l0xx_hal_conf.h | 128 #if !defined (LSI_VALUE) 129 #define LSI_VALUE ((uint32_t)37000U) /*!< LSI Typical Value in Hz*/ macro
|
| /bsp/stm32/stm32l475-st-discovery/board/CubeMX_Config/Inc/ |
| A D | stm32l4xx_hal_conf.h | 150 #if !defined (LSI_VALUE) 151 #define LSI_VALUE ((uint32_t)32000U) /*!< LSI Typical Value in Hz*/ macro
|
| /bsp/stm32/libraries/templates/stm32l4xx/board/CubeMX_Config/Inc/ |
| A D | stm32l4xx_hal_conf.h | 149 #if !defined (LSI_VALUE) 150 #define LSI_VALUE ((uint32_t)32000U) /*!< LSI Typical Value in Hz*/ macro
|
| /bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32g0xx_hal_conf.h | 129 #if !defined (LSI_VALUE) 130 #define LSI_VALUE 32000U /*!< LSI Typical Value in Hz*/ macro
|
| /bsp/stm32/stm32wl55-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32wlxx_hal_conf.h | 127 #if !defined (LSI_VALUE) 128 #define LSI_VALUE 32000UL /*!< LSI Typical Value in Hz*/ macro
|
| /bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Inc/ |
| A D | stm32wlxx_hal_conf.h | 127 #if !defined (LSI_VALUE) 128 #define LSI_VALUE 32000UL /*!< LSI Typical Value in Hz*/ macro
|
| /bsp/stm32/stm32wle5-yizhilian-lm402/board/CubeMX_Config/Inc/ |
| A D | stm32wlxx_hal_conf.h | 127 #if !defined (LSI_VALUE) 128 #define LSI_VALUE 32000UL /*!< LSI Typical Value in Hz*/ macro
|
| /bsp/stm32/stm32g070-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32g0xx_hal_conf.h | 114 #if !defined (LSI_VALUE) 115 #define LSI_VALUE 32000U /*!< LSI Typical Value in Hz*/ macro
|
| /bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32l4xx_hal_conf.h | 150 #if !defined (LSI_VALUE) 151 #define LSI_VALUE ((uint32_t)32000U) /*!< LSI Typical Value in Hz*/ macro
|