Struct lpc55_hal::peripherals::pfr::Cmpa[][src]

#[repr(C)]
pub struct Cmpa {
Show fields pub boot_cfg: u32, pub spi_flash_cfg: u32, pub usb_vid: u16, pub usb_pid: u16, pub sdio_cfg: u32, pub dcfg_pin: u32, pub dcfg_dflt: u32, pub dap_vendor_usage: u32, pub secure_boot_cfg: u32, pub prince_base_addr: u32, pub prince_sr: [u32; 3], pub rotkh: [u8; 32], pub customer_data: [u8; 224], // some fields omitted
}

Fields

boot_cfg: u32spi_flash_cfg: u32usb_vid: u16usb_pid: u16sdio_cfg: u32dcfg_pin: u32dcfg_dflt: u32dap_vendor_usage: u32secure_boot_cfg: u32prince_base_addr: u32prince_sr: [u32; 3]rotkh: [u8; 32]customer_data: [u8; 224]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.

Should always be Self

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.