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