Struct ws281x::ffi::pwm_t [] [src]

#[repr(C)]
pub struct pwm_t { pub ctl: uint32_t, pub sta: uint32_t, pub dmac: uint32_t, pub resvd_0x0c: uint32_t, pub rng1: uint32_t, pub dat1: uint32_t, pub fif1: uint32_t, pub resvd_0x1c: uint32_t, pub rng2: uint32_t, pub dat2: uint32_t, }

Fields

Trait Implementations

impl Debug for pwm_t
[src]

Formats the value using the given formatter.