|
WB32L003 Standard Peripherals Firmware Library
|
This file contains all the functions prototypes for the miscellaneous firmware library functions (add-on to CMSIS functions). 更多...
#include "wb32l003.h"宏定义 | |
| #define | SysTick_CLKSource_HCLK_Div4 ((uint32_t)0xFFFFFFFB) |
| #define | SysTick_CLKSource_HCLK ((uint32_t)0x00000004) |
| #define | IS_SYSTICK_CLK_SOURCE(SOURCE) |
函数 | |
| void | SysTick_CLKSourceConfig (uint32_t SysTick_CLKSource) |
| Configures the SysTick clock source. 更多... | |
| void | SysTick_DelayNticks (uint32_t Ticks) |
| Delay n ticks. 更多... | |
| void | SysTick_DelayUs (uint32_t Us) |
| Delay n Us. 更多... | |
| void | SysTick_DelayMs (uint32_t Ms) |
| Delay n Ms. 更多... | |
This file contains all the functions prototypes for the miscellaneous firmware library functions (add-on to CMSIS functions).