MG32F10x Standard Peripherals Firmware Library
Macros
TIM_Clock_Division_CKD
MG32F10x_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.