Struct nrf52811_pac::saadc::inten::CH5LIMITL_R [−][src]
pub struct CH5LIMITL_R(_);
Expand description
Field CH5LIMITL
reader - Enable or disable interrupt for event CH5LIMITL
Implementations
Get enumerated values variant
Checks if the value of the field is DISABLED
Checks if the value of the field is ENABLED
Methods from Deref<Target = FieldReader<bool, CH5LIMITL_A>>
Returns true
if the bit is clear (0).
Returns true
if the bit is set (1).
Trait Implementations
type Target = FieldReader<bool, CH5LIMITL_A>
type Target = FieldReader<bool, CH5LIMITL_A>
The resulting type after dereferencing.