diff options
Diffstat (limited to 'drivers/ccm-11xx/src/ral_1180/lpcg.rs')
| -rw-r--r-- | drivers/ccm-11xx/src/ral_1180/lpcg.rs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/ccm-11xx/src/ral_1180/lpcg.rs b/drivers/ccm-11xx/src/ral_1180/lpcg.rs new file mode 100644 index 0000000..21d099f --- /dev/null +++ b/drivers/ccm-11xx/src/ral_1180/lpcg.rs @@ -0,0 +1,15 @@ +#[repr(C)] +#[allow(non_snake_case)] +pub struct RegisterBlock { + pub DIRECT: u32, + _reserved0: [u8; 12], + pub LPM0: u32, + pub LPM1: u32, + _reserved1: [u8; 4], + pub LPM_CUR: u32, + pub STATUS0: u32, + pub STATUS1: u32, + _reserved2: [u8; 8], + pub AUTHEN: u32, + _reserved3: [u8; 12], +} |
