Home
last modified time | relevance | path

Searched refs:ByteArrayToValue (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_smif_memslot.h1299 __STATIC_INLINE uint32_t ByteArrayToValue(uint8_t const *byteArray, uint32_t size);
1707 static uint32_t ByteArrayToValue(uint8_t const *byteArray, uint32_t size) in ByteArrayToValue() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_smif_sfdp.c1173 …ValueToByteArray(ByteArrayToValue(sccrMapAddr, CY_SMIF_SFDP_ADDRESS_LENGTH) + 32U, sccrMapDW9_Addr… in SfdpSetVariableLatencyCmd()
1174 …ValueToByteArray(ByteArrayToValue(sccrMapAddr, CY_SMIF_SFDP_ADDRESS_LENGTH) + 8U, sccrMapDW3_Addre… in SfdpSetVariableLatencyCmd()
Dcy_smif_memslot.c957 ByteArrayToValue(sectorAddr, device->numOfAddrBytes)); in Cy_SMIF_MemCmdSectorErase()