CMSIS2000  0.0.7
 Указатель Структуры данных Файлы Функции Переменные Определения типов Перечисления Элементы перечислений Макросы Группы Страницы
SysTick Functions

Functions that configure the System. Подробнее...

Граф связей класса SysTick Functions:

Функции

__STATIC_INLINE uint32_t SysTick_Config (uint32_t ticks)
 System Tick Configuration.

Подробное описание

Functions that configure the System.

Функции

__STATIC_INLINE uint32_t SysTick_Config ( uint32_t  ticks)

System Tick Configuration.

The function initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is in free running mode to generate periodic interrupts.

Аргументы
[in]ticksNumber of ticks between two interrupts.
Возвращает
0 Function succeeded.
1 Function failed.
Заметки
When the variable __Vendor_SysTickConfig is set to 1, then the function SysTick_Config is not included. In this case, the file device.h must contain a vendor-specific implementation of this function.

См. определение в файле core_cm0.h строка 641

Перекрестные ссылки __NVIC_PRIO_BITS, NVIC_SetPriority(), SysTick, SysTick_CTRL_CLKSOURCE_Msk, SysTick_CTRL_ENABLE_Msk, SysTick_CTRL_TICKINT_Msk, SysTick_IRQn и SysTick_LOAD_RELOAD_Msk.

Граф вызовов: