Home
last modified time | relevance | path

Searched refs:operations (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h621 Qspi_Ip_InitOperationType * operations; /*!< List of operations */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/mmcau/asm-cm4-cm7/src/
Dmmcau_des_functions.s137 # send a series of 17 direct cau commands to perform the DES round operations
Dmmcau_aes_functions.s79 # prepare for AES operations register load
91 ldmia r8, {sl-ip} @ setup AES operations
603 # prepare for AES operations register load
615 ldmia r0, {r0,r8-ip} @ setup AES operations
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c1749 operation = &(pConfig->initConfiguration.operations[initOpCount]); in Qspi_Ip_SfdpLutInitEnterLegacySPI()
2207 operation = &(pConfig->initConfiguration.operations[initOpCount]); in Qspi_Ip_SfdpInitSimpleCmd()
2275 operation = &(pConfig->initConfiguration.operations[initOpCount]); in Qspi_Ip_SfdpInitWriteReg()
3612 operation = &(pConfig->initConfiguration.operations[initOpCount]); in Qspi_Ip_SfdpAdd2dopiOperation()
3657 operation = &(pConfig->initConfiguration.operations[initOpCount]); in Qspi_Ip_SfdpAddCheckBusyOperation()
DQspi_Ip.c724 initOperations = state->configuration->initConfiguration.operations; in Qspi_Ip_InitOperation()