#[doc = "Register `UCA0TXBUF_SPI` reader"]
pub type R = crate::R<Uca0txbufSpiSpec>;
#[doc = "Register `UCA0TXBUF_SPI` writer"]
pub type W = crate::W<Uca0txbufSpiSpec>;
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
write!(f, "{}", self.bits())
}
}
impl W {}
#[doc = "USCI A0 Transmit Buffer\n\nYou can [`read`](crate::Reg::read) this register and get [`uca0txbuf_spi::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`uca0txbuf_spi::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct Uca0txbufSpiSpec;
impl crate::RegisterSpec for Uca0txbufSpiSpec {
type Ux = u8;
}
#[doc = "`read()` method returns [`uca0txbuf_spi::R`](R) reader structure"]
impl crate::Readable for Uca0txbufSpiSpec {}
#[doc = "`write(|w| ..)` method takes [`uca0txbuf_spi::W`](W) writer structure"]
impl crate::Writable for Uca0txbufSpiSpec {
type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets UCA0TXBUF_SPI to value 0"]
impl crate::Resettable for Uca0txbufSpiSpec {}