哪位大侠可以帮我一下吗?在user.h头文件中如下定义:
//! \brief Defines the location of the HRPWMENCLK bits in the PCLKCR0 register
//!
#define CLK_PCLKCR0_HRPWMENCLK_BITS (1 << 0)
//! \brief Defines the location of the LINAENCLK bits in the PCLKCR0 register
//!
#define CLK_PCLKCR0_LINAENCLK_BITS (1 << 1)
中 (1 << 0),和 (1 << 1) 是什么意思??
谢谢啦