Macros
RTC Alarm Sub Seconds Masks Definitions
Collaboration diagram for RTC Alarm Sub Seconds Masks Definitions:

Macros

#define RTC_ALARMSUBSECONDMASK_ALL   0x00000000U
 
#define RTC_ALARMSUBSECONDMASK_ALL   0x00000000U
 
#define RTC_ALARMSUBSECONDMASK_NONE   0x0F000000U
 
#define RTC_ALARMSUBSECONDMASK_NONE   0x0F000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14   0x0E000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14   0x0E000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_1   0x01000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_1   0x01000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_10   0x0A000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_10   0x0A000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_11   0x0B000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_11   0x0B000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_12   0x0C000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_12   0x0C000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_13   0x0D000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_13   0x0D000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_2   0x02000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_2   0x02000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_3   0x03000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_3   0x03000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_4   0x04000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_4   0x04000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_5   0x05000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_5   0x05000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_6   0x06000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_6   0x06000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_7   0x07000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_7   0x07000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_8   0x08000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_8   0x08000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_9   0x09000000U
 
#define RTC_ALARMSUBSECONDMASK_SS14_9   0x09000000U
 

Detailed Description

Macro Definition Documentation

◆ RTC_ALARMSUBSECONDMASK_ALL [1/2]

#define RTC_ALARMSUBSECONDMASK_ALL   0x00000000U

All Alarm SS fields are masked. There is no comparison on sub seconds for Alarm

Definition at line 365 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_ALL [2/2]

#define RTC_ALARMSUBSECONDMASK_ALL   0x00000000U

All Alarm SS fields are masked. There is no comparison on sub seconds for Alarm

Definition at line 371 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_NONE [1/2]

#define RTC_ALARMSUBSECONDMASK_NONE   0x0F000000U

SS[14:0] are compared and must match to activate alarm.

Definition at line 396 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_NONE [2/2]

#define RTC_ALARMSUBSECONDMASK_NONE   0x0F000000U

SS[14:0] are compared and must match to activate alarm.

Definition at line 402 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14   0x0E000000U

SS[14] is don't care in Alarm comparison.Only SS[13:0] are compared

Definition at line 394 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14   0x0E000000U

SS[14] is don't care in Alarm comparison.Only SS[13:0] are compared

Definition at line 400 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_1 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_1   0x01000000U

SS[14:1] are don't care in Alarm comparison. Only SS[0] is compared.

Definition at line 368 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_1 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_1   0x01000000U

SS[14:1] are don't care in Alarm comparison. Only SS[0] is compared.

Definition at line 374 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_10 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_10   0x0A000000U

SS[14:10] are don't care in Alarm comparison. Only SS[9:0] are compared

Definition at line 386 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_10 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_10   0x0A000000U

SS[14:10] are don't care in Alarm comparison. Only SS[9:0] are compared

Definition at line 392 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_11 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_11   0x0B000000U

SS[14:11] are don't care in Alarm comparison. Only SS[10:0] are compared

Definition at line 388 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_11 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_11   0x0B000000U

SS[14:11] are don't care in Alarm comparison. Only SS[10:0] are compared

Definition at line 394 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_12 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_12   0x0C000000U

SS[14:12] are don't care in Alarm comparison.Only SS[11:0] are compared

Definition at line 390 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_12 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_12   0x0C000000U

SS[14:12] are don't care in Alarm comparison.Only SS[11:0] are compared

Definition at line 396 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_13 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_13   0x0D000000U

SS[14:13] are don't care in Alarm comparison. Only SS[12:0] are compared

Definition at line 392 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_13 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_13   0x0D000000U

SS[14:13] are don't care in Alarm comparison. Only SS[12:0] are compared

Definition at line 398 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_2 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_2   0x02000000U

SS[14:2] are don't care in Alarm comparison. Only SS[1:0] are compared

Definition at line 370 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_2 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_2   0x02000000U

SS[14:2] are don't care in Alarm comparison. Only SS[1:0] are compared

Definition at line 376 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_3 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_3   0x03000000U

SS[14:3] are don't care in Alarm comparison. Only SS[2:0] are compared

Definition at line 372 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_3 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_3   0x03000000U

SS[14:3] are don't care in Alarm comparison. Only SS[2:0] are compared

Definition at line 378 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_4 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_4   0x04000000U

SS[14:4] are don't care in Alarm comparison. Only SS[3:0] are compared

Definition at line 374 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_4 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_4   0x04000000U

SS[14:4] are don't care in Alarm comparison. Only SS[3:0] are compared

Definition at line 380 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_5 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_5   0x05000000U

SS[14:5] are don't care in Alarm comparison. Only SS[4:0] are compared

Definition at line 376 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_5 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_5   0x05000000U

SS[14:5] are don't care in Alarm comparison. Only SS[4:0] are compared

Definition at line 382 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_6 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_6   0x06000000U

SS[14:6] are don't care in Alarm comparison. Only SS[5:0] are compared

Definition at line 378 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_6 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_6   0x06000000U

SS[14:6] are don't care in Alarm comparison. Only SS[5:0] are compared

Definition at line 384 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_7 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_7   0x07000000U

SS[14:7] are don't care in Alarm comparison. Only SS[6:0] are compared

Definition at line 380 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_7 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_7   0x07000000U

SS[14:7] are don't care in Alarm comparison. Only SS[6:0] are compared

Definition at line 386 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_8 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_8   0x08000000U

SS[14:8] are don't care in Alarm comparison. Only SS[7:0] are compared

Definition at line 382 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_8 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_8   0x08000000U

SS[14:8] are don't care in Alarm comparison. Only SS[7:0] are compared

Definition at line 388 of file stm32f4xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_9 [1/2]

#define RTC_ALARMSUBSECONDMASK_SS14_9   0x09000000U

SS[14:9] are don't care in Alarm comparison. Only SS[8:0] are compared

Definition at line 384 of file stm32f7xx_hal_rtc.h.

◆ RTC_ALARMSUBSECONDMASK_SS14_9 [2/2]

#define RTC_ALARMSUBSECONDMASK_SS14_9   0x09000000U

SS[14:9] are don't care in Alarm comparison. Only SS[8:0] are compared

Definition at line 390 of file stm32f4xx_hal_rtc.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07