Type Definition WUTR
Other items instm32wb_stm32hal::stm32wb55::rtc
type WUTR = Reg<u32, _WUTR>;
wakeup timer register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see wutr module
impl ResetValue for WUTR
Register WUTR reset()’s with value 0xffff
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for WUTR
read() method returns wutr::R reader structure
read()
impl Writable for WUTR
write(|w| ..) method takes wutr::W writer structure
write(|w| ..)