[][src]Type Definition nrf52832_pac::comp::ISOURCE

type ISOURCE = Reg<u32, _ISOURCE>;

Current source select on analog input

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see isource module

Trait Implementations

impl Readable for ISOURCE[src]

read() method returns isource::R reader structure

impl ResetValue for ISOURCE[src]

Register ISOURCE reset()'s with value 0

type Type = u32

Register size

impl Writable for ISOURCE[src]

write(|w| ..) method takes isource::W writer structure