Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_filter.c278 uint32_t opType) in PQ_FIR() argument
288 base->CONTROL = (CP_FIR << 4U) | opType; in PQ_FIR()
Dfsl_powerquad.h2647 uint32_t opType);
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h599 Qspi_Ip_OpType opType; /*!< Operation type */ member
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c1753 operation->opType = QSPI_IP_OP_TYPE_CMD; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
2210 operation->opType = QSPI_IP_OP_TYPE_CMD; in Qspi_Ip_SfdpInitSimpleCmd()
2278 operation->opType = QSPI_IP_OP_TYPE_WRITE_REG; in Qspi_Ip_SfdpInitWriteReg()
3614 operation->opType = QSPI_IP_OP_TYPE_CMD; in Qspi_Ip_SfdpAdd2dopiOperation()
3663 operation->opType = QSPI_IP_OP_TYPE_READ_REG; in Qspi_Ip_SfdpAddCheckBusyOperation()
DQspi_Ip.c726 switch (initOperations[initOp].opType) in Qspi_Ip_InitOperation()