hello,
I am currently working with pwm using adc program. when I am going through header files, I am finding the below statements which I am not able to interpret. please help.
what is meaning of (3<<0)??
#define PWM_AQCTL_ZRO_BITS (3 << 0)
//! \brief Defines the location of the PRD bits in the AQCTL register
//!
#define PWM_AQCTL_PRD_BITS (3 << 2)
//! \brief Defines the location of the CAU bits in the AQCTL register
//!
#define PWM_AQCTL_CAU_BITS (3 << 4)