stm32f103-pac 0.1.2

Peripheral Access Crate (PAC) for STM32F103
Documentation
#[doc = "Register `MMCTGFSCCR` reader"]
pub type R = crate::R<MmctgfsccrSpec>;
#[doc = "Field `TGFSCC` reader - Transmitted good frames after a single collision counter"]
pub type TgfsccR = crate::FieldReader<u32>;
impl R {
    #[doc = "Bits 0:31 - Transmitted good frames after a single collision counter"]
    #[inline(always)]
    pub fn tgfscc(&self) -> TgfsccR {
        TgfsccR::new(self.bits)
    }
}
#[doc = "Ethernet MMC transmitted good frames after a single collision counter\n\nYou can [`read`](crate::Reg::read) this register and get [`mmctgfsccr::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct MmctgfsccrSpec;
impl crate::RegisterSpec for MmctgfsccrSpec {
    type Ux = u32;
}
#[doc = "`read()` method returns [`mmctgfsccr::R`](R) reader structure"]
impl crate::Readable for MmctgfsccrSpec {}
#[doc = "`reset()` method sets MMCTGFSCCR to value 0"]
impl crate::Resettable for MmctgfsccrSpec {}