Data Fields
UART2MSP432E4_Object Struct Reference

UART2MSP432E4 Object. More...

#include <UART2MSP432E4.h>

Collaboration diagram for UART2MSP432E4_Object:
Collaboration graph
[legend]

Data Fields

struct {
   bool   opened:1
 
   UART2_Mode   readMode
 
   UART2_Mode   writeMode
 
   UART2_ReadReturnMode   readReturnMode:1
 
   bool   txEnabled:1
 
state
 
HwiP_Handle hwi
 
int32_t rxStatus
 
int32_t txStatus
 
void * userArg
 
UDMAMSP432E4_Handle udmaHandle
 
unsigned char * readBuf
 
size_t readSize
 
uint32_t nReadTransfers
 
size_t readCount
 
size_t rxSize
 
size_t bytesRead
 
SemaphoreP_Handle readSem
 
UART2_Callback readCallback
 
const unsigned char * writeBuf
 
size_t writeSize
 
uint32_t nWriteTransfers
 
size_t writeCount
 
size_t txSize
 
size_t bytesWritten
 
SemaphoreP_Handle writeSem
 
UART2_Callback writeCallback
 
unsigned int powerMgrId
 

Detailed Description

UART2MSP432E4 Object.

The application must not access any member variables of this structure!

Field Documentation

§ opened

bool UART2MSP432E4_Object::opened

§ readMode

UART2_Mode UART2MSP432E4_Object::readMode

§ writeMode

UART2_Mode UART2MSP432E4_Object::writeMode

§ readReturnMode

UART2_ReadReturnMode UART2MSP432E4_Object::readReturnMode

§ txEnabled

bool UART2MSP432E4_Object::txEnabled

§ state

struct { ... } UART2MSP432E4_Object::state

§ hwi

HwiP_Handle UART2MSP432E4_Object::hwi

§ rxStatus

int32_t UART2MSP432E4_Object::rxStatus

§ txStatus

int32_t UART2MSP432E4_Object::txStatus

§ userArg

void* UART2MSP432E4_Object::userArg

§ udmaHandle

UDMAMSP432E4_Handle UART2MSP432E4_Object::udmaHandle

§ readBuf

unsigned char* UART2MSP432E4_Object::readBuf

§ readSize

size_t UART2MSP432E4_Object::readSize

§ nReadTransfers

uint32_t UART2MSP432E4_Object::nReadTransfers

§ readCount

size_t UART2MSP432E4_Object::readCount

§ rxSize

size_t UART2MSP432E4_Object::rxSize

§ bytesRead

size_t UART2MSP432E4_Object::bytesRead

§ readSem

SemaphoreP_Handle UART2MSP432E4_Object::readSem

§ readCallback

UART2_Callback UART2MSP432E4_Object::readCallback

§ writeBuf

const unsigned char* UART2MSP432E4_Object::writeBuf

§ writeSize

size_t UART2MSP432E4_Object::writeSize

§ nWriteTransfers

uint32_t UART2MSP432E4_Object::nWriteTransfers

§ writeCount

size_t UART2MSP432E4_Object::writeCount

§ txSize

size_t UART2MSP432E4_Object::txSize

§ bytesWritten

size_t UART2MSP432E4_Object::bytesWritten

§ writeSem

SemaphoreP_Handle UART2MSP432E4_Object::writeSem

§ writeCallback

UART2_Callback UART2MSP432E4_Object::writeCallback

§ powerMgrId

unsigned int UART2MSP432E4_Object::powerMgrId

The documentation for this struct was generated from the following file:
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale