Struct bl602_sdk::pwm::pwm_reg__bindgen_ty_30__bindgen_ty_1 [−][src]
#[repr(C)]#[repr(align(4))]pub struct pwm_reg__bindgen_ty_30__bindgen_ty_1 { pub _bitfield_align_1: [u32; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, }
Fields
_bitfield_align_1: [u32; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations
pub fn new_bitfield_1(
reg_clk_sel: u32,
pwm_out_inv: u32,
pwm_stop_mode: u32,
pwm_sw_force_val: u32,
pwm_sw_mode: u32,
pwm_stop_en: u32,
pwm_sts_top: u32,
reserved_8_31: u32
) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for pwm_reg__bindgen_ty_30__bindgen_ty_1
impl Sync for pwm_reg__bindgen_ty_30__bindgen_ty_1
impl Unpin for pwm_reg__bindgen_ty_30__bindgen_ty_1
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.