WB32L003 Standard Peripherals Firmware Library
宏定义

宏定义

#define LPTIM_TOG_ENABLE   (LPTIM_CR_TOG_EN)
 
#define LPTIM_TOG_DISABLE   0x00000000U
 
#define IS_LPTIM_TOG(TOG)
 

详细描述

宏定义说明

◆ IS_LPTIM_TOG

#define IS_LPTIM_TOG (   TOG)
值:
(((TOG) == LPTIM_TOG_ENABLE) || \
((TOG) == LPTIM_TOG_DISABLE))
#define LPTIM_TOG_DISABLE
Definition: wb32l003_lptim.h:106
#define LPTIM_TOG_ENABLE
Definition: wb32l003_lptim.h:105

◆ LPTIM_TOG_DISABLE

#define LPTIM_TOG_DISABLE   0x00000000U

Tog function disable

◆ LPTIM_TOG_ENABLE

#define LPTIM_TOG_ENABLE   (LPTIM_CR_TOG_EN)

Tog function enable