ISO7816 device structure definition. More...
#include <app_iso7816.h>
Public Attributes | |
app_iso7816_evt_handler_t | evt_handler |
ISO7816 event callback. More... | |
iso7816_handle_t | handle |
ISO7816 handle Structure. More... | |
app_iso7816_mode_t | use_mode |
ISO7816 operating mode Enumerations. More... | |
app_iso7816_pin_cfg_t * | p_pin_cfg |
ISO7816 pin configure structure. More... | |
app_iso7816_state_t | iso7816_state |
ISO7816 state configure structure. More... | |
bool | start_flag |
ISO7816 start_flage. More... | |
ISO7816 device structure definition.
Definition at line 238 of file app_iso7816.h.
app_iso7816_evt_handler_t iso7816_env_t::evt_handler |
iso7816_handle_t iso7816_env_t::handle |
app_iso7816_state_t iso7816_env_t::iso7816_state |
app_iso7816_pin_cfg_t* iso7816_env_t::p_pin_cfg |
bool iso7816_env_t::start_flag |
app_iso7816_mode_t iso7816_env_t::use_mode |
ISO7816 operating mode Enumerations.
Definition at line 242 of file app_iso7816.h.