#define INTERRUPTS_API_FILE
@file @copyright Copyright (c) 2020 Silex Insight. All Rights reserved.
typedef int (FUNC_SX_INTERRUPTS_ENABLE)(void);
#define SX_INTERRUPTS_ENABLE ((FUNC_SX_INTERRUPTS_ENABLE)((uint32_t )(API_TABLE_BASE_ADDRESS + ATO_SX_INTERRUPTS_ENABLE)))
This function may be called only once, before any function that starts an aead, blkcipher, or hash operation.
@return ::SX_OK
@remark - hardware interrupts are not available for cmmask.
typedef int (FUNC_SX_INTERRUPTS_DISABLE)(void);
This function may be called only when there is no ongoing hardware processing.
@return ::SX_OK