Coverage for tropicsquare / constants / get_info_req.py: 100%

9 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-03-27 21:24 +0000

1GET_INFO_X509_CERT = 0x00 

2 

3# Get info Byte 0  

4GET_INFO_CHIPID = 0x01 

5GET_INFO_RISCV_FW_VERSION = 0x02 

6GET_INFO_SPECT_FW_VERSION = 0x04 

7GET_INFO_FW_BANK = 0xB0 

8 

9# Get info Byte 1 

10GET_INFO_DATA_CHUNK_0_127 = 0x00 

11 

12# This is need onlt for GET_INFO_X509_CERT 

13GET_INFO_DATA_CHUNK_128_255 = 0x01 

14GET_INFO_DATA_CHUNK_256_383 = 0x02 

15GET_INFO_DATA_CHUNK_384_511 = 0x03