Struct cortex_m::peripheral::dwt::Comparator[][src]

#[repr(C)]
pub struct Comparator { pub comp: RW<u32>, pub mask: RW<u32>, pub function: RW<u32>, // some fields omitted }
Expand description

Comparator

Fields

comp: RW<u32>

Comparator

mask: RW<u32>

Comparator Mask

function: RW<u32>

Comparator Function

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.