cc3220sf/adc/
ch3_irq_status.rs

1#[doc = "Reader of register CH3_IRQ_STATUS"]
2pub type R = crate::R<u32, super::CH3_IRQ_STATUS>;
3#[doc = "Writer for register CH3_IRQ_STATUS"]
4pub type W = crate::W<u32, super::CH3_IRQ_STATUS>;
5#[doc = "Register CH3_IRQ_STATUS `reset()`'s with value 0"]
6impl crate::ResetValue for super::CH3_IRQ_STATUS {
7    type Type = u32;
8    #[inline(always)]
9    fn reset_value() -> Self::Type {
10        0
11    }
12}
13impl R {}
14impl W {}