pub type LineMux = Reg<LineMuxSpec>;
Expand description
LINE_MUX (rw) register accessor: Управление мультиплексорами. Каждый мультиплесор управляется своими 4 битами: Mux_0 – [3:0]; Mux_1 – [7:4]; Mux_2 – [11:8]; Mux_3 – [15:12]; Mux_4 – [19:16]; Mux_5– [23:20]; Mux_6 – [27:24]; Mux_7 – [31:28]
You can read
this register and get line_mux::R
. You can reset
, write
, write_with_zero
this register using line_mux::W
. You can also modify
this register. See API.
For information about available fields see line_mux
module
Aliased Type§
pub struct LineMux { /* private fields */ }