Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_flash_v2.c329 if ((config->startAddr == NULL) || (config->numOfByte == 0UL) || (hashPtr == NULL)) in Cy_Flash_CalculateHash_Ext()
338 apiArgs.ComputeHash.arg2.number_byte = (config->numOfByte - 1UL); in Cy_Flash_CalculateHash_Ext()
1224 .numOfByte = numberOfBytes, in Cy_Flash_CalculateHash()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_flash.h817 uint32_t numOfByte; /**< Number of Bytes for computing hash */ member