|
|
union { | |
| |
|
struct { | |
| |
|
uint8_t ptpls: 1 | |
| | Persist Through Power Loss Support.
|
| |
|
uint8_t wes: 1 | |
| | Write Exclusive Support.
|
| |
|
uint8_t eas: 1 | |
| | Exclusive Access Support.
|
| |
|
uint8_t weros: 1 | |
| | Write Exclusive – Registrants Only Support.
|
| |
|
uint8_t earos: 1 | |
| | Exclusive Access – Registrants Only Support.
|
| |
|
uint8_t wears: 1 | |
| | Write Exclusive – All Registrants Support.
|
| |
|
uint8_t eaars: 1 | |
| | Exclusive Access – All Registrants Support.
|
| |
|
uint8_t ieks: 1 | |
| | Ignore Existing Key Support.
|
| |
| } | | |
| |
|
struct { | |
| |
|
uint8_t persist: 1 | |
| |
|
uint8_t write_exclusive: 1 | |
| |
|
uint8_t exclusive_access: 1 | |
| |
|
uint8_t write_exclusive_reg_only: 1 | |
| |
|
uint8_t exclusive_access_reg_only: 1 | |
| |
|
uint8_t write_exclusive_all_reg: 1 | |
| |
|
uint8_t exclusive_access_all_reg: 1 | |
| |
|
uint8_t ignore_existing_key: 1 | |
| |
| } | | |
| | Old bit naming is deprecated and will be removed in 26.05 release.
|
| |
| }; | | |
| |
The documentation for this struct was generated from the following file: