Home
last modified time | relevance | path

Searched refs:PARAM_ID_MSB_OFFSET (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_smif_memslot.h521 #define PARAM_ID_MSB_OFFSET (0x08U) /* The offset of Parameter ID MSB */ macro
1626 value >>= PARAM_ID_MSB_OFFSET; /* Shift to get the next byte */ in ValueToByteArray()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_smif_sfdp.c505 (((id >> PARAM_ID_MSB_OFFSET) & PARAM_ID_LSB_MASK) == in SfdpFindParameterHeader()