ISO7816_LL_init_structure LL ISO7816 init Structure definition. More...
#include <gr55xx_ll_iso7816.h>
Public Attributes | |
uint32_t | clk_div |
uint32_t | wait_time |
uint16_t | guard_time |
uint8_t | detect_coding |
ISO7816_LL_init_structure LL ISO7816 init Structure definition.
Definition at line 73 of file gr55xx_ll_iso7816.h.
uint32_t _ll_iso7816_init::clk_div |
clk_div is used for dividing the system clock, and ISO7816 output clock is equal to (system clock)/(clk_div+1).
Definition at line 75 of file gr55xx_ll_iso7816.h.
uint8_t _ll_iso7816_init::detect_coding |
Specifies whether automatically detect coding convention during ATR receiption.
Definition at line 79 of file gr55xx_ll_iso7816.h.
uint16_t _ll_iso7816_init::guard_time |
Specifies the maximum card response time (leading edge to leading edge)
Definition at line 78 of file gr55xx_ll_iso7816.h.
uint32_t _ll_iso7816_init::wait_time |
Specifies the guard time value in terms of number of baud clocks
Definition at line 77 of file gr55xx_ll_iso7816.h.