git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@3910 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c324dc8e81
commit
396792f78b
|
@ -46,18 +46,6 @@
|
||||||
/* Driver constants. */
|
/* Driver constants. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @name Date/Time bit masks
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
#define RTC_TIME_SECONDS_MASK 0x0000001F /* @brief Seconds mask. */
|
|
||||||
#define RTC_TIME_MINUTES_MASK 0x000007E0 /* @brief Minutes mask. */
|
|
||||||
#define RTC_TIME_HOURS_MASK 0x0000F800 /* @brief Hours mask. */
|
|
||||||
#define RTC_DATE_DAYS_MASK 0x001F0000 /* @brief Days mask. */
|
|
||||||
#define RTC_DATE_MONTHS_MASK 0x01E00000 /* @brief Months mask. */
|
|
||||||
#define RTC_DATE_YEARS_MASK 0xFE000000 /* @brief Years mask. */
|
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver pre-compile time settings. */
|
/* Driver pre-compile time settings. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue