25 lines
1.0 KiB
Rust
25 lines
1.0 KiB
Rust
#[doc = "Register `DATAOUTBYTE[%s]` writer"]
|
|
pub type W = crate::W<DataoutbyteSpec>;
|
|
impl core::fmt::Debug for crate::generic::Reg<DataoutbyteSpec> {
|
|
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
|
|
write!(f, "(not readable)")
|
|
}
|
|
}
|
|
impl W {}
|
|
#[doc = "Data Out Register by Byte\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dataoutbyte::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
|
|
pub struct DataoutbyteSpec;
|
|
impl crate::RegisterSpec for DataoutbyteSpec {
|
|
type Ux = u8;
|
|
}
|
|
#[doc = "`write(|w| ..)` method takes [`dataoutbyte::W`](W) writer structure"]
|
|
impl crate::Writable for DataoutbyteSpec {
|
|
type Safety = crate::Unsafe;
|
|
const ZERO_TO_MODIFY_FIELDS_BITMAP: u8 = 0;
|
|
const ONE_TO_MODIFY_FIELDS_BITMAP: u8 = 0;
|
|
}
|
|
#[doc = "`reset()` method sets DATAOUTBYTE[%s]
|
|
to value 0"]
|
|
impl crate::Resettable for DataoutbyteSpec {
|
|
const RESET_VALUE: u8 = 0;
|
|
}
|