/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/driver/src/ |
D | duet_timer.c | 78 TIMER1->LOAD = tim->config.period * (system_clock / 1000000); // 1000000 for us in duet_timer_init() 82 TIMER2->LOAD = tim->config.period * (system_clock / 1000000); // 1000000 for us in duet_timer_init() 154 TIMER1->LOAD = tim->config.period * (system_clock / 1000000); // 1000000 for us in duet_timer_reload() 156 TIMER2->LOAD = tim->config.period * (system_clock / 1000000); // 1000000 for us in duet_timer_reload()
|
D | duet_wdg.c | 60 WATCHDOG->LOAD = 0xffffffff; in hw_watchdog_disable() 68 WATCHDOG->LOAD = delay; in hw_watchdog_isr() 76 WATCHDOG->LOAD = delay; in hw_watchdog_reset()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/arch/riscv/include/ |
D | core_v5.h | 98 # define LOAD ld macro 104 # define LOAD lw macro 127 #define POP XSTR(LOAD)
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/ |
D | gr55xx_ll_wdt.h | 257 WRITE_REG(WDTx->LOAD, counter); in ll_wdt_set_counter_load() 272 return (uint32_t)(READ_REG(WDTx->LOAD)); in ll_wdt_get_counter_load()
|
D | gr55xx_hal.h | 205 #define SYSTICK_RELOAD_VALUE (SysTick->LOAD) /**< SysTick Reload value. */
|
/device/board/openvalley/niobeu4/liteos_m/arch/ |
D | los_arch_timer.h | 62 UINT64 LOAD; member
|
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/ |
D | stm32f4xx_ll_utils.h | 264 SysTick->LOAD = (uint32_t)((HCLKFrequency / Ticks) - 1UL); /* set reload register */ in LL_InitTick()
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ |
D | core_cm0.h | 451 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 930 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | best2003.h | 221 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_cm1.h | 477 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 957 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_sc000.h | 491 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 1008 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_cm0plus.h | 475 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 1065 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_armv8mbl.h | 563 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 2170 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config() 2199 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
|
D | core_cm23.h | 563 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 2245 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config() 2274 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
|
D | core_sc300.h | 694 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 1817 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_cm3.h | 709 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 1843 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
D | core_cm35p.h | 964 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 3134 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config() 3163 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
|
D | core_armv8mml.h | 964 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 3066 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config() 3095 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
D | core_802.h | 531 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) Backfill register */ member 940 CORET->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in csi_coret_config() 954 return CORET->LOAD; in csi_coret_get_load()
|
/device/soc/winnermicro/wm800/board/include/arch/xt804/csi_core/ |
D | core_804.h | 552 __IOM uint32_t LOAD; /* !< Offset: 0x004 (R/W) Backfill register */ member 982 CORET->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in csi_coret_config() 996 return CORET->LOAD; in csi_coret_get_load()
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/driver/inc/ |
D | duet.h | 651 __IO uint32_t LOAD; member 692 __IO uint32_t LOAD; member
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/ |
D | board.c | 331 SysTick->LOAD = load; in OS_Tick_Setup()
|
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/cmsis/ |
D | core_cm4.h | 762 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 2018 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
/device/soc/st/stm32f4xx/sdk/Drivers/CMSIS/Include/ |
D | core_cm4.h | 762 __IOM uint32_t LOAD; /*!< Offset: 0x004 (R/W) SysTick Reload Value Register */ member 2029 SysTick->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in SysTick_Config()
|
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/ |
D | core_ca.h | 821 __IOM uint32_t LOAD; //!< \brief Offset: 0x000 (R/W) Private Timer Load Register member 1535 PTIM->LOAD = value; in PTIM_SetLoadValue() 1543 return(PTIM->LOAD); in PTIM_GetLoadValue()
|