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

type TH = Reg<u32, _TH>;

Threshold configuration for hysteresis unit

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

For information about available fields see th module

Trait Implementations

impl Readable for TH[src]

read() method returns th::R reader structure

impl ResetValue for TH[src]

Register TH reset()'s with value 0

type Type = u32

Register size

impl Writable for TH[src]

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