This function returns whether the Fixed PPU for Crypto HW is disabled.
Functions | |
cy_p64_error_codes_t | cy_p64_syscall (uint32_t *cmd) |
Used to call syscall from Secure FlashBoot. More... | |
cy_p64_error_codes_t cy_p64_syscall | ( | uint32_t * | cmd | ) |
Used to call syscall from Secure FlashBoot.
If SFB uses Crypto HW for particular syscall processing, it cleans and disables Crypto HW before return from syscall. Therefore this API checks Cypto HW status before syscall and enables it automatically before exit.
[in,out] | *cmd | The pointer to the buffer with syscall parameters. The buffer is updated by syscall with response data |