CryptoAuthLib
v3.7.8
Microchip CryptoAuthentication Library
Loading...
Searching...
No Matches
Public Member Functions
|
Static Protected Attributes
cryptoauthlib.atcacert.atcacert_tm_utc_t Class Reference
Inheritance diagram for cryptoauthlib.atcacert.atcacert_tm_utc_t:
Public Member Functions
def
__init__
(self, *args, **kwargs)
Static Protected Attributes
list
_fields_
Detailed Description
CTypes mirror of atcacert_tm_utc_t from atcacert_date.h which mimics the posix time structure
Field Documentation
◆
_fields_
list cryptoauthlib.atcacert.atcacert_tm_utc_t._fields_
static
protected
Initial value:
= [
(
'tm_sec'
, c_int),
# 0 to 59
(
'tm_min'
, c_int),
# 0 to 59
(
'tm_hour'
, c_int),
# 0 to 23
(
'tm_mday'
, c_int),
# 1 to 31
(
'tm_mon'
, c_int),
# 0 to 11
(
'tm_year'
, c_int),
# years since 1900
]
cryptoauthlib
atcacert
atcacert_tm_utc_t
Generated by
1.9.6