rtc: remove useless enums.
This commit is contained in:
parent
1cfb795d6b
commit
1678c9f1e1
@ -324,7 +324,6 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -333,7 +332,6 @@ fieldset/ISR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -342,7 +340,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -688,24 +685,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -859,12 +838,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -274,12 +274,10 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: INITS
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -288,7 +286,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -520,24 +517,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -610,12 +589,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -324,7 +324,6 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -333,7 +332,6 @@ fieldset/ISR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -342,7 +340,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -687,24 +684,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -867,12 +846,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -343,7 +343,6 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -352,7 +351,6 @@ fieldset/ISR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -361,7 +359,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -688,24 +685,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -850,12 +829,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -332,7 +332,6 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -341,7 +340,6 @@ fieldset/ISR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -350,7 +348,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -703,24 +700,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -865,12 +844,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -332,7 +332,6 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -341,7 +340,6 @@ fieldset/ISR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -350,7 +348,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -703,24 +700,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -865,12 +844,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -328,7 +328,6 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -337,7 +336,6 @@ fieldset/ISR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -346,7 +344,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -695,24 +692,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -857,12 +836,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -343,7 +343,6 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -352,7 +351,6 @@ fieldset/ISR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -361,7 +359,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -682,24 +679,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -844,12 +823,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -332,7 +332,6 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -341,7 +340,6 @@ fieldset/ISR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -350,7 +348,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -699,24 +696,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -861,12 +840,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -332,7 +332,6 @@ fieldset/ISR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -341,7 +340,6 @@ fieldset/ISR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -350,7 +348,6 @@ fieldset/ISR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -703,24 +700,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/OSEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
@ -865,12 +844,3 @@ enum/WUCKSEL:
|
||||
- name: ClockSpareWithOffset
|
||||
description: ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
|
||||
value: 6
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -367,7 +367,6 @@ fieldset/ICSR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -376,7 +375,6 @@ fieldset/ICSR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -385,7 +383,6 @@ fieldset/ICSR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -808,24 +805,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/ITSF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
@ -994,12 +973,3 @@ enum/WUTMF:
|
||||
- name: Zero
|
||||
description: This flag is set by hardware when the wakeup auto-reload counter reaches 0
|
||||
value: 1
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
@ -387,7 +387,6 @@ fieldset/ICSR:
|
||||
description: Wakeup timer write flag
|
||||
bit_offset: 2
|
||||
bit_size: 1
|
||||
enum: WUTWF
|
||||
- name: SHPF
|
||||
description: Shift operation pending
|
||||
bit_offset: 3
|
||||
@ -396,7 +395,6 @@ fieldset/ICSR:
|
||||
description: Initialization status flag
|
||||
bit_offset: 4
|
||||
bit_size: 1
|
||||
enum: INITS
|
||||
- name: RSF
|
||||
description: Registers synchronization flag
|
||||
bit_offset: 5
|
||||
@ -405,7 +403,6 @@ fieldset/ICSR:
|
||||
description: Initialization flag
|
||||
bit_offset: 6
|
||||
bit_size: 1
|
||||
enum: INITF
|
||||
- name: INIT
|
||||
description: Initialization mode
|
||||
bit_offset: 7
|
||||
@ -921,24 +918,6 @@ enum/INIT:
|
||||
- name: InitMode
|
||||
description: "Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset."
|
||||
value: 1
|
||||
enum/INITF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotAllowed
|
||||
description: Calendar registers update is not allowed
|
||||
value: 0
|
||||
- name: Allowed
|
||||
description: Calendar registers update is allowed
|
||||
value: 1
|
||||
enum/INITS:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: NotInitalized
|
||||
description: Calendar has not been initialized
|
||||
value: 0
|
||||
- name: Initalized
|
||||
description: Calendar has been initialized
|
||||
value: 1
|
||||
enum/ITSF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
@ -1107,12 +1086,3 @@ enum/WUTMF:
|
||||
- name: Zero
|
||||
description: This flag is set by hardware when the wakeup auto-reload counter reaches 0
|
||||
value: 1
|
||||
enum/WUTWF:
|
||||
bit_size: 1
|
||||
variants:
|
||||
- name: UpdateNotAllowed
|
||||
description: Wakeup timer configuration update not allowed
|
||||
value: 0
|
||||
- name: UpdateAllowed
|
||||
description: Wakeup timer configuration update allowed
|
||||
value: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user