Data Fields | |
bool | connected |
bool | smartcard_inserted |
CcidCallbacks * | callbacks [CCID_TOTAL_SLOTS] |
void * | cb_ctx [CCID_TOTAL_SLOTS] |
FuriThread * | ccid_thread |
FuriSemaphore * | ccid_semaphore |
usbd_device * | usb_dev |
uint16_t | receive_buffer_data_index |
uint8_t | send_buffer [sizeof(ccid_bulk_message_header_t)+CCID_DATABLOCK_SIZE] |
uint8_t | receive_buffer [sizeof(ccid_bulk_message_header_t)+CCID_DATABLOCK_SIZE] |