Type Alias FieldWriter
Source pub type FieldWriter<'a, U, REG, N, FI, const WI: u8, const O: u8> = FieldWriterRaw<'a, U, REG, N, FI, Unsafe, WI, O>;
Expand description
Write field Proxy with unsafe bits
struct FieldWriter<'a, U, REG, N, FI, const WI: u8, const O: u8> { }
Writes raw bits to the field
§Safety
Passing incorrect value can cause undefined behaviour. See reference manual
Writes variant
to the field
Writes raw bits to the field
§Safety
Passing incorrect value can cause undefined behaviour. See reference manual
Writes variant
to the field
Writes raw bits to the field
§Safety
Passing incorrect value can cause undefined behaviour. See reference manual
Writes variant
to the field