Struct qn908x_rs::flexcomm0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub iomode: IOMODE, pub pselid: PSELID, pub pid: PID, // some fields omitted }

Register block

Fields

0xf00 - io mode register

0xff8 - Peripheral Select and Flexcomm ID register.

0xffc - Peripheral identification register.

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock