Struct riot_sys::PWM_SEQ_Type
source · #[repr(C)]pub struct PWM_SEQ_Type {
pub PTR: u32,
pub CNT: u32,
pub REFRESH: u32,
pub ENDDELAY: u32,
pub RESERVED: [u32; 4],
}
Expand description
@brief PWM_SEQ [SEQ] (Unspecified)
Fields§
§PTR: u32
< (@ 0x00000000) Description cluster: Beginning address in RAM of this sequence
CNT: u32
< (@ 0x00000004) Description cluster: Number of values (duty cycles) in this sequence
REFRESH: u32
< (@ 0x00000008) Description cluster: Number of additional PWM periods between samples loaded into compare register
ENDDELAY: u32
< (@ 0x0000000C) Description cluster: Time added after the sequence
RESERVED: [u32; 4]
Trait Implementations§
source§impl Clone for PWM_SEQ_Type
impl Clone for PWM_SEQ_Type
source§fn clone(&self) -> PWM_SEQ_Type
fn clone(&self) -> PWM_SEQ_Type
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PWM_SEQ_Type
impl Debug for PWM_SEQ_Type
source§impl Default for PWM_SEQ_Type
impl Default for PWM_SEQ_Type
source§fn default() -> PWM_SEQ_Type
fn default() -> PWM_SEQ_Type
Returns the “default value” for a type. Read more
impl Copy for PWM_SEQ_Type
Auto Trait Implementations§
impl RefUnwindSafe for PWM_SEQ_Type
impl Send for PWM_SEQ_Type
impl Sync for PWM_SEQ_Type
impl Unpin for PWM_SEQ_Type
impl UnwindSafe for PWM_SEQ_Type
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more