Home
last modified time | relevance | path

Searched refs:TicksNumb (Results 1 – 25 of 48) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cortex.c266 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
268 if ((TicksNumb - 1UL) > SysTick_LOAD_RELOAD_Msk) in HAL_SYSTICK_Config()
275 WRITE_REG(SysTick->LOAD, (uint32_t)(TicksNumb - 1UL)); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cortex.c396 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
398 if ((TicksNumb - 1UL) > SysTick_LOAD_RELOAD_Msk) in HAL_SYSTICK_Config()
405 WRITE_REG(SysTick->LOAD, (uint32_t)(TicksNumb - 1UL)); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cortex.c278 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
280 if ((TicksNumb - 1UL) > SysTick_LOAD_RELOAD_Msk) in HAL_SYSTICK_Config()
287 WRITE_REG(SysTick->LOAD, (uint32_t)(TicksNumb - 1UL)); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_cortex.c196 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
198 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_cortex.c189 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
191 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_cortex.c181 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
183 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cortex.c224 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
226 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cortex.c190 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
192 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_cortex.c192 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
194 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cortex.c190 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
192 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_cortex.c254 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
256 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_cortex.c254 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
256 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cortex.c221 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
223 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cortex.c274 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
276 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_cortex.c249 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
251 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cortex.c249 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
251 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_cortex.c228 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
230 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cortex.c228 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
230 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_cortex.c228 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
230 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cortex.c228 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
230 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cortex.c227 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
229 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cortex.c252 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
254 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cortex.c256 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
258 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cortex.c317 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() argument
319 return SysTick_Config(TicksNumb); in HAL_SYSTICK_Config()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_cortex.h73 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb);

12