Skip to main content

rp2040/sio/
interp0_base0.rs

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