MG32F157 Standard Peripherals Firmware Library
Macros
TIM_Clock_Division_CKD
MG32F157_StdPeriph_Driver
»
TIM
»
TIM_Exported_constants
Macros
#define
TIM_CKD_DIV1
((uint16_t)0x0000)
#define
TIM_CKD_DIV2
((uint16_t)0x0100)
#define
TIM_CKD_DIV4
((uint16_t)0x0200)
#define
IS_TIM_CKD_DIV
(DIV)
Detailed Description
Macro Definition Documentation
◆
IS_TIM_CKD_DIV
#define IS_TIM_CKD_DIV
(
DIV
)
Value:
(((DIV) == TIM_CKD_DIV1) || \
((DIV) == TIM_CKD_DIV2) || \
((DIV) == TIM_CKD_DIV4))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.