CryptoAuthLib v3.7.8
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
cryptoauthlib.iface._ATCAUART Class Reference
Inheritance diagram for cryptoauthlib.iface._ATCAUART:
cryptoauthlib.library.AtcaStructure

Static Protected Attributes

dict _def_
 

Additional Inherited Members

- Public Member Functions inherited from cryptoauthlib.library.AtcaStructure
None __init__ (self, *args, **kwargs)
 
def from_definition (cls)
 
def check_rationality (cls)
 
def get_field_definition (cls, str name)
 
Any __getattribute__ (self, str name)
 
def __iter__ (self)
 
def __str__ (self)
 
def to_c_code (self, name=None, **kwargs)
 
def update_from_buffer (self, buffer)
 

Detailed Description

Generic UART HAL configuration

Field Documentation

◆ _def_

dict cryptoauthlib.iface._ATCAUART._def_
staticprotected
Initial value:
= {
'dev_interface': (ATCAKitType,),
'dev_identity': (c_uint8,),
'port': (c_uint8,),
'baud': (c_uint32,),
'wordsize': (c_uint8,),
'parity': (c_uint8,),
'stopbits': (c_uint8,)
}