Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/hal/sr1xx/
DphNxpUciHal_fwd.cc386 phHbci_Status_t phHbci_PutCommand(uint8_t *pImg, uint32_t imgSz) in phHbci_PutCommand() argument
399 if (imgSz > PHHBCI_MAX_LEN_DATA_MOSI) in phHbci_PutCommand()
406 lrc = imgSz ? PHHBCI_LEN_LRC : 0; in phHbci_PutCommand()
407 dataSz = imgSz; in phHbci_PutCommand()
437 imgSz -= dataSz; in phHbci_PutCommand()
461 while (imgSz); in phHbci_PutCommand()
466 static phHbci_Status_t phHbci_MasterPatchROM(uint8_t *pImg, uint32_t imgSz) in phHbci_MasterPatchROM() argument
496 if (phHbci_Success != (ret = phHbci_PutCommand(pImg, imgSz))) in phHbci_MasterPatchROM()
546 static phHbci_Status_t phHbci_MasterHIFImage(uint8_t *pImg, uint32_t imgSz) in phHbci_MasterHIFImage() argument
576 if (phHbci_Success != (ret = phHbci_PutCommand(pImg, imgSz))) in phHbci_MasterHIFImage()
[all …]
DphNxpUciHal_fwd.h402 phHbci_Status_t phHbci_PutCommand(uint8_t* pImg, uint32_t imgSz);
414 uint32_t imgSz);