Type Definition DIFSEL
Other items instm32l4_stm32hal::stm32l4x5::adc1
type DIFSEL = Reg<u32, _DIFSEL>;
Differential Mode Selection Register 2
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see difsel module
impl ResetValue for DIFSEL
Register DIFSEL reset()’s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for DIFSEL
read() method returns difsel::R reader structure
read()
impl Writable for DIFSEL
write(|w| ..) method takes difsel::W writer structure
write(|w| ..)