#[repr(transparent)]pub struct Keyenable(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl Keyenable
impl Keyenable
Sourcepub const fn key0(&self) -> u8
pub const fn key0(&self) -> u8
“10: Data coming out from PUF Index 0 interface are shifted in KEY0 register. 00, 01, 11 : Data coming out from PUF Index 0 interface are NOT shifted in KEY0 register.”
Sourcepub const fn set_key0(&mut self, val: u8)
pub const fn set_key0(&mut self, val: u8)
“10: Data coming out from PUF Index 0 interface are shifted in KEY0 register. 00, 01, 11 : Data coming out from PUF Index 0 interface are NOT shifted in KEY0 register.”
Sourcepub const fn key1(&self) -> u8
pub const fn key1(&self) -> u8
“10: Data coming out from PUF Index 0 interface are shifted in KEY1 register. 00, 01, 11 : Data coming out from PUF Index 0 interface are NOT shifted in KEY1 register.”
Sourcepub const fn set_key1(&mut self, val: u8)
pub const fn set_key1(&mut self, val: u8)
“10: Data coming out from PUF Index 0 interface are shifted in KEY1 register. 00, 01, 11 : Data coming out from PUF Index 0 interface are NOT shifted in KEY1 register.”
Sourcepub const fn key2(&self) -> u8
pub const fn key2(&self) -> u8
“10: Data coming out from PUF Index 0 interface are shifted in KEY2 register. 00, 01, 11 : Data coming out from PUF Index 0 interface are NOT shifted in KEY2 register.”
Sourcepub const fn set_key2(&mut self, val: u8)
pub const fn set_key2(&mut self, val: u8)
“10: Data coming out from PUF Index 0 interface are shifted in KEY2 register. 00, 01, 11 : Data coming out from PUF Index 0 interface are NOT shifted in KEY2 register.”