Struct sam4l::crccu::TCR
[−]
[src]
#[repr(C)]struct TCR(u32);
#[repr(C)]struct TCR(u32);
impl TCR
[src]const fn new(enable_interrupt: bool, trwidth: TrWidth, btsize: u16) -> Self
[src]const fn default() -> Self
[src]fn interrupt_enabled(self) -> bool
[src]fn get_btsize(self) -> u16
[src]impl Copy for TCR
[src]impl Clone for TCR
[src]