Skip to main content

InputVal

Type Alias InputVal 

Source
pub type InputVal = Reg<InputValSpec>;
Expand description

input_val (rw) register accessor: Pin value.

You can read this register and get input_val::R. You can reset, write, write_with_zero this register using input_val::W. You can also modify this register. See API.

For information about available fields see input_val module

Aliased Typeยง

pub struct InputVal { /* private fields */ }