Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
TCAN4550Can::Tocc Struct Reference

Timeout counter configuration register definition. More...

Public Member Functions

 Tocc ()
 Constructor. Sets the reset value.
 
 Tocc ()
 Constructor. Sets the reset value.
 

Public Attributes

union { 
 
   uint32_t   data 
 raw word value More...
 
   struct { 
 
      uint32_t   etoc: 1 
 enable timeout counter More...
 
      uint32_t   tos: 2 
 timeout select More...
 
      uint32_t   rsvd1: 5 
 reserved More...
 
      uint32_t   rsvd2: 8 
 reserved More...
 
      uint32_t   top: 16 
 timeout period More...
 
   }  
 
};  
 
union { 
 
   uint32_t   data 
 raw word value More...
 
   struct { 
 
      uint32_t   etoc: 1 
 enable timeout counter More...
 
      uint32_t   tos: 2 
 timeout select More...
 
      uint32_t   rsvd1: 5 
 reserved More...
 
      uint32_t   rsvd2: 8 
 reserved More...
 
      uint32_t   top: 16 
 timeout period More...
 
   }  
 
};  
 

Detailed Description

Timeout counter configuration register definition.

Definition at line 465 of file MCAN.hxx.

Constructor & Destructor Documentation

◆ Tocc() [1/2]

TCAN4550Can::Tocc::Tocc ( )
inline

Constructor. Sets the reset value.

Definition at line 468 of file MCAN.hxx.

◆ Tocc() [2/2]

TCAN4550Can::Tocc::Tocc ( )
inline

Constructor. Sets the reset value.

Definition at line 468 of file TCAN4550Can.hxx.

Member Data Documentation

◆ data

uint32_t TCAN4550Can::Tocc::data

raw word value

Definition at line 475 of file MCAN.hxx.

◆ etoc

uint32_t TCAN4550Can::Tocc::etoc

enable timeout counter

Definition at line 478 of file MCAN.hxx.

◆ rsvd1

uint32_t TCAN4550Can::Tocc::rsvd1

reserved

Definition at line 480 of file MCAN.hxx.

◆ rsvd2

uint32_t TCAN4550Can::Tocc::rsvd2

reserved

Definition at line 482 of file MCAN.hxx.

◆ top

uint32_t TCAN4550Can::Tocc::top

timeout period

Definition at line 484 of file MCAN.hxx.

◆ tos

uint32_t TCAN4550Can::Tocc::tos

timeout select

Definition at line 479 of file MCAN.hxx.


The documentation for this struct was generated from the following files: