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_1pwm_thre1: pwm_channel_reg__bindgen_ty_2pwm_thre2: pwm_channel_reg__bindgen_ty_3pwm_period: pwm_channel_reg__bindgen_ty_4pwm_config: pwm_channel_reg__bindgen_ty_5pwm_interrupt: pwm_channel_reg__bindgen_ty_6Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.