mcan/reg/
cust.rs

1#[doc = "Register `CUST` reader"]
2pub type R = crate::R<CUST_SPEC>;
3#[doc = "Register `CUST` writer"]
4pub type W = crate::W<CUST_SPEC>;
5#[doc = "Customer Register\n\nYou can [`read`](crate::reg::generic::Reg::read) this register and get [`mrcfg::R`](R).  You can [`reset`](crate::reg::generic::Reg::reset), [`write`](crate::reg::generic::Reg::write), [`write_with_zero`](crate::reg::generic::Reg::write_with_zero) this register using [`mrcfg::W`](W). You can also [`modify`](crate::reg::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
6pub struct CUST_SPEC;
7impl crate::RegisterSpec for CUST_SPEC {
8    type Ux = u32;
9}
10#[doc = "`read()` method returns [`mrcfg::R`](R) reader structure"]
11impl crate::Readable for CUST_SPEC {}
12#[doc = "`write(|w| ..)` method takes [`mrcfg::W`](W) writer structure"]
13impl crate::Writable for CUST_SPEC {
14    const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
15    const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
16}