Searched refs:phHbci_SubClass_Command (Results 1 – 2 of 2) sorted by relevance
490 gphHbci_MosiApdu.cls = (uint8_t)(phHbci_Class_Patch_ROM | phHbci_SubClass_Command); in phHbci_MasterPatchROM()570 gphHbci_MosiApdu.cls = (uint8_t)(phHbci_Class_HIF_Image | phHbci_SubClass_Command); in phHbci_MasterHIFImage()662 gphHbci_MosiApdu.cls = (uint8_t)(phHbci_Class_General | phHbci_SubClass_Command); in phHbci_Master()
265 constexpr uint8_t phHbci_SubClass_Command = 0x03; variable