Merge pull request #331 from eZioPan/rtc-cleanup2

Rtc cleanup2
This commit is contained in:
Dario Nieuwenhuis 2024-01-02 14:11:27 +00:00 committed by GitHub
commit 760125dee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 809 additions and 810 deletions

File diff suppressed because it is too large Load Diff

19
transforms/RTC.yaml Normal file
View File

@ -0,0 +1,19 @@
transforms:
- !DeleteEnums
from: ^(CNF|REFCKON|ALRWF|INIT|TAMPALRM_PU)$
- !RenameEnumVariants
enum: ^RTOFF$
from: Enabled
to: Ongoing
- !RenameEnumVariants
enum: ^RTOFF$
from: Disabled
to: Terminated
- !RenameEnumVariants
enum: ^ALRMR_MSK$
from: Mask
to: ToMatch
- !RenameEnumVariants
enum: ^ALRMR_MSK$
from: NotMask
to: NotMatch