Searched refs:hbciData (Results 1 – 1 of 1) sorted by relevance
809 uint8_t hbciData[PHHBCI_MAX_LEN_PAYLOAD_MISO]; in phHbci_GetChipIdInfo() local821 if (phHbci_Success != (ret = phHbci_GetApdu((uint8_t *)&hbciData[0], PHHBCI_LEN_HDR))) in phHbci_GetChipIdInfo()825 FwdExtndLenIndication = ((hbciData[PHHBCI_MODE_LEN_MSB_OFFSET] & 0xF0) >> 4); in phHbci_GetChipIdInfo()826 totalBtyesToReadMsb = (hbciData[PHHBCI_MODE_LEN_MSB_OFFSET] & 0x0F); in phHbci_GetChipIdInfo()827 totalBtyesToRead = (hbciData[PHHBCI_MODE_LEN_LSB_OFFSET] | (totalBtyesToReadMsb << 8)); in phHbci_GetChipIdInfo()843 if (phHbci_Success != (ret = phHbci_GetApdu((uint8_t *)&hbciData[0], totalBtyesToRead))) in phHbci_GetChipIdInfo()847 chip_id = hbciData[PHHBCI_MODE_CHIP_ID_OFFSET]; in phHbci_GetChipIdInfo()864 uint8_t hbciData[PHHBCI_MAX_LEN_PAYLOAD_MISO]; in phHbci_GetDeviceLcInfo() local876 if (phHbci_Success != (ret = phHbci_GetApdu((uint8_t *)&hbciData[0], PHHBCI_LEN_HDR))) in phHbci_GetDeviceLcInfo()881 FwdExtndLenIndication = ((hbciData[PHHBCI_MODE_LEN_MSB_OFFSET] & 0xF0) >> 4); in phHbci_GetDeviceLcInfo()[all …]