xmc4400/eth0/
tx_multiple_collision_good_frames.rs1#[doc = "Register `TX_MULTIPLE_COLLISION_GOOD_FRAMES` reader"]
2pub type R = crate::R<TX_MULTIPLE_COLLISION_GOOD_FRAMES_SPEC>;
3#[doc = "Field `TXMULTCOLG` reader - This field indicates the number of successfully transmitted frames after multiple collisions in the half-duplex mode."]
4pub type TXMULTCOLG_R = crate::FieldReader<u32>;
5impl R {
6 #[doc = "Bits 0:31 - This field indicates the number of successfully transmitted frames after multiple collisions in the half-duplex mode."]
7 #[inline(always)]
8 pub fn txmultcolg(&self) -> TXMULTCOLG_R {
9 TXMULTCOLG_R::new(self.bits)
10 }
11}
12#[doc = "Transmit Frame Count for Frames Transmitted after Multiple Collision\n\nYou can [`read`](crate::Reg::read) this register and get [`tx_multiple_collision_good_frames::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
13pub struct TX_MULTIPLE_COLLISION_GOOD_FRAMES_SPEC;
14impl crate::RegisterSpec for TX_MULTIPLE_COLLISION_GOOD_FRAMES_SPEC {
15 type Ux = u32;
16}
17#[doc = "`read()` method returns [`tx_multiple_collision_good_frames::R`](R) reader structure"]
18impl crate::Readable for TX_MULTIPLE_COLLISION_GOOD_FRAMES_SPEC {}
19#[doc = "`reset()` method sets TX_MULTIPLE_COLLISION_GOOD_FRAMES to value 0"]
20impl crate::Resettable for TX_MULTIPLE_COLLISION_GOOD_FRAMES_SPEC {
21 const RESET_VALUE: u32 = 0;
22}