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

Static Protected Attributes

list _fields_
 

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

Custom HAL configuration

Field Documentation

◆ _fields_

list cryptoauthlib.iface._ATCACUSTOM._fields_
staticprotected
Initial value:
= [('halinit', c_void_p),
('halpostinit', c_void_p),
('halsend', c_void_p),
('halreceive', c_void_p),
('halwake', c_void_p),
('halidle', c_void_p),
('halsleep', c_void_p),
('halrelease', c_void_p)]