ISO7816 handle Structure definition. More...
#include <gr55xx_hal_iso7816.h>
Data Fields | |
| iso7816_regs_t * | p_instance |
| iso7816_init_t | init |
| uint8_t * | p_tx_rx_buffer |
| uint16_t | buffer_size |
| uint16_t | tx_xfer_size |
| __IO uint16_t | tx_xfer_count |
| uint16_t | rx_xfer_size |
| __IO uint16_t | rx_xfer_count |
| __IO hal_lock_t | lock |
| __IO hal_iso7816_state_t | state |
| __IO hal_iso7816_state_t | tx_state |
| __IO hal_iso7816_state_t | rx_state |
| __IO uint32_t | previous_action |
| __IO uint32_t | error_code |
| uint32_t | retention [6] |
ISO7816 handle Structure definition.
| uint16_t _iso7816_handle_t::buffer_size |
ISO7816 Tx Transfer size
| __IO uint32_t _iso7816_handle_t::error_code |
ISO7816 error code
| iso7816_init_t _iso7816_handle_t::init |
ISO7816 configuration parameters
| __IO hal_lock_t _iso7816_handle_t::lock |
Locking object
| iso7816_regs_t* _iso7816_handle_t::p_instance |
ISO7816 registers base address
| uint8_t* _iso7816_handle_t::p_tx_rx_buffer |
Pointer to ISO7816 Tx&Rx transfer Buffer
| __IO uint32_t _iso7816_handle_t::previous_action |
ISO7816 previous_action
| uint32_t _iso7816_handle_t::retention[6] |
ISO7816 important register information.
| __IO hal_iso7816_state_t _iso7816_handle_t::rx_state |
ISO7816 state information related to Rx operations.
| __IO uint16_t _iso7816_handle_t::rx_xfer_count |
ISO7816 Rx Transfer Counter
| uint16_t _iso7816_handle_t::rx_xfer_size |
ISO7816 Rx Transfer size
| __IO hal_iso7816_state_t _iso7816_handle_t::state |
ISO7816 communication state
| __IO hal_iso7816_state_t _iso7816_handle_t::tx_state |
ISO7816 state information related to Tx operations.
| __IO uint16_t _iso7816_handle_t::tx_xfer_count |
ISO7816 Tx Transfer Counter
| uint16_t _iso7816_handle_t::tx_xfer_size |
ISO7816 Tx Transfer size