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_6

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.