Kamcho Library 02.00.03
lib.kamcho.02.00.03.287
|
Go to the source code of this file.
Functions | |
static __INLINE void | f_SYSTICK_Enable (void) |
Enable SysTick timer. More... | |
static __INLINE void | f_SYSTICK_Disable (void) |
Disable SysTick timer. More... | |
static __INLINE uint8_t | f_SYSTICK_IsEnabled (void) |
Check if SysTick timer enable. More... | |
static __INLINE void | f_SYSTICK_IntEnable (void) |
Enable SysTick timer interrupt. More... | |
static __INLINE void | f_SYSTICK_IntDisable (void) |
Disable SysTick timer interrupt. More... | |
static __INLINE void | f_SYSTICK_SetLoad (uint32_t ticks) |
Set Reload value of SysTick timer. More... | |
static __INLINE void | f_SYSTICK_SetCount (uint32_t ticks) |
Set counter value of SysTick timer. More... | |
static __INLINE uint32_t | f_SYSTICK_GetCount (void) |
Get counter value of SysTick timer. More... | |
static __INLINE uint32_t | f_SYSTICK_GetLoad (void) |
Get load value of SysTick timer. More... | |
This file is proprietary to Indie Semiconductor. All rights reserved. Reproduction or distribution, in whole or in part, is forbidden except by express written permission of Indie Semiconductor.
|
static |
Disable SysTick timer.
|
static |
Enable SysTick timer.
|
static |
Get counter value of SysTick timer.
|
static |
Get load value of SysTick timer.
|
static |
Disable SysTick timer interrupt.
|
static |
Enable SysTick timer interrupt.
|
static |
Check if SysTick timer enable.
|
static |
Set counter value of SysTick timer.
ticks | The tick number to be set. |
|
static |
Set Reload value of SysTick timer.
ticks | The tick number to be set. |