Struct bl602_sdk::pwm::pwm_channel_reg [−][src]
#[repr(C)]pub struct pwm_channel_reg { pub pwm_clkdiv: pwm_channel_reg__bindgen_ty_1, pub pwm_thre1: pwm_channel_reg__bindgen_ty_2, pub pwm_thre2: pwm_channel_reg__bindgen_ty_3, pub pwm_period: pwm_channel_reg__bindgen_ty_4, pub pwm_config: pwm_channel_reg__bindgen_ty_5, pub pwm_interrupt: pwm_channel_reg__bindgen_ty_6, }
Fields
pwm_clkdiv: pwm_channel_reg__bindgen_ty_1
pwm_thre1: pwm_channel_reg__bindgen_ty_2
pwm_thre2: pwm_channel_reg__bindgen_ty_3
pwm_period: pwm_channel_reg__bindgen_ty_4
pwm_config: pwm_channel_reg__bindgen_ty_5
pwm_interrupt: pwm_channel_reg__bindgen_ty_6
Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.