Struct bl602_sdk::uart::uart_reg[][src]

#[repr(C)]
pub struct uart_reg {
Show fields pub utx_config: uart_reg__bindgen_ty_1, pub urx_config: uart_reg__bindgen_ty_2, pub uart_bit_prd: uart_reg__bindgen_ty_3, pub data_config: uart_reg__bindgen_ty_4, pub utx_ir_position: uart_reg__bindgen_ty_5, pub urx_ir_position: uart_reg__bindgen_ty_6, pub urx_rto_timer: uart_reg__bindgen_ty_7, pub RESERVED0x1c: [u8; 4], pub uart_int_sts: uart_reg__bindgen_ty_8, pub uart_int_mask: uart_reg__bindgen_ty_9, pub uart_int_clear: uart_reg__bindgen_ty_10, pub uart_int_en: uart_reg__bindgen_ty_11, pub uart_status: uart_reg__bindgen_ty_12, pub sts_urx_abr_prd: uart_reg__bindgen_ty_13, pub RESERVED0x38: [u8; 72], pub uart_fifo_config_0: uart_reg__bindgen_ty_14, pub uart_fifo_config_1: uart_reg__bindgen_ty_15, pub uart_fifo_wdata: uart_reg__bindgen_ty_16, pub uart_fifo_rdata: uart_reg__bindgen_ty_17,
}

Fields

utx_config: uart_reg__bindgen_ty_1urx_config: uart_reg__bindgen_ty_2uart_bit_prd: uart_reg__bindgen_ty_3data_config: uart_reg__bindgen_ty_4utx_ir_position: uart_reg__bindgen_ty_5urx_ir_position: uart_reg__bindgen_ty_6urx_rto_timer: uart_reg__bindgen_ty_7RESERVED0x1c: [u8; 4]uart_int_sts: uart_reg__bindgen_ty_8uart_int_mask: uart_reg__bindgen_ty_9uart_int_clear: uart_reg__bindgen_ty_10uart_int_en: uart_reg__bindgen_ty_11uart_status: uart_reg__bindgen_ty_12sts_urx_abr_prd: uart_reg__bindgen_ty_13RESERVED0x38: [u8; 72]uart_fifo_config_0: uart_reg__bindgen_ty_14uart_fifo_config_1: uart_reg__bindgen_ty_15uart_fifo_wdata: uart_reg__bindgen_ty_16uart_fifo_rdata: uart_reg__bindgen_ty_17

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.