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

RX FIFO x configuraation register definition. More...

Public Member Functions

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

Public Attributes

union { 
 
   uint32_t   data 
 raw word value More...
 
   struct { 
 
      uint32_t   fsa: 16 
 RX FIFO start address. More...
 
      uint32_t   fs: 7 
 RX FIFO size. More...
 
      uint32_t   rsvd: 1 
 reserved More...
 
      uint32_t   fwm: 7 
 RX FIFO high water mark. More...
 
      uint32_t   fom: 1 
 RX FIFO operation mode. More...
 
   }  
 
};  
 
union { 
 
   uint32_t   data 
 raw word value More...
 
   struct { 
 
      uint32_t   fsa: 16 
 RX FIFO start address. More...
 
      uint32_t   fs: 7 
 RX FIFO size. More...
 
      uint32_t   rsvd: 1 
 reserved More...
 
      uint32_t   fwm: 7 
 RX FIFO high water mark. More...
 
      uint32_t   fom: 1 
 RX FIFO operation mode. More...
 
   }  
 
};  
 

Detailed Description

RX FIFO x configuraation register definition.

Definition at line 533 of file MCAN.hxx.

Constructor & Destructor Documentation

◆ Rxfxc() [1/2]

TCAN4550Can::Rxfxc::Rxfxc ( )
inline

Constructor. Sets the reset value.

Definition at line 536 of file MCAN.hxx.

◆ Rxfxc() [2/2]

TCAN4550Can::Rxfxc::Rxfxc ( )
inline

Constructor. Sets the reset value.

Definition at line 536 of file TCAN4550Can.hxx.

Member Data Documentation

◆ data

uint32_t TCAN4550Can::Rxfxc::data

raw word value

Definition at line 543 of file MCAN.hxx.

◆ fom

uint32_t TCAN4550Can::Rxfxc::fom

RX FIFO operation mode.

Definition at line 552 of file MCAN.hxx.

◆ fs

uint32_t TCAN4550Can::Rxfxc::fs

RX FIFO size.

Definition at line 548 of file MCAN.hxx.

◆ fsa

uint32_t TCAN4550Can::Rxfxc::fsa

RX FIFO start address.

Definition at line 546 of file MCAN.hxx.

◆ fwm

uint32_t TCAN4550Can::Rxfxc::fwm

RX FIFO high water mark.

Definition at line 551 of file MCAN.hxx.

◆ rsvd

uint32_t TCAN4550Can::Rxfxc::rsvd

reserved

Definition at line 549 of file MCAN.hxx.


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