Ds3231AlarmOneMatchMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Available modes for determining when alarm 1 should trigger
public enum Ds3231AlarmOneMatchMode
type Ds3231AlarmOneMatchMode =
Public Enum Ds3231AlarmOneMatchMode
- Inheritance
-
Ds3231AlarmOneMatchMode
Fields
Name | Value | Description |
---|---|---|
DayOfMonthHoursMinutesSeconds | 0 | Alarm 1 triggers when the day of the month, hours, minutes and seconds match |
HoursMinutesSeconds | 8 | Alarm 1 triggers when the hours, minutes and seconds match |
MinutesSeconds | 12 | Alarm 1 triggers when the minutes and seconds match |
Seconds | 14 | Alarm 1 triggers when the seconds match |
OncePerSecond | 15 | Alarm 1 triggers at the start of every second |
DayOfWeekHoursMinutesSeconds | 16 | Alarm 1 triggers when the day of the week, hours, minutes and seconda match. Sunday is day 1 |