...
µC/LIB contains bit constants such as DEF_BIT_00
, DEF_BIT_07
, DEF_BIT_15
, etc.; , which define values corresponding to specific bit positions. Currently, µC/LIB supports bit constants up to 64-bits (DEF_BIT_63
). These constants should be used to configure, assign, and test appropriately-sized bit-field or integer values or variables.
...
µC/LIB contains time constants such as DEF_TIME_NBR_HR_PER_DAY
, DEF_TIME_NBR_SEC_PER_MIN
, DEF_TIME_NBR_mS_PER_SEC
, etc.; , which define time or time-related values. These constants should be used to configure, assign, and test time-related values or variables.