Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 66) sorted by relevance

123

/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip.c169 const Qspi_Ip_InitOperationType *operation
173 const Qspi_Ip_InitOperationType *operation
177 const Qspi_Ip_InitOperationType *operation
609 const Qspi_Ip_InitOperationType * operation in Qspi_Ip_InitWriteReg() argument
616 if (QSPI_IP_LUT_INVALID != operation->weLut) in Qspi_Ip_InitWriteReg()
619 status = Qspi_Ip_RunCommand(instance, operation->weLut, operation->addr); in Qspi_Ip_InitWriteReg()
623 Qspi_Ip_SetValue(value, operation->size, operation->value); in Qspi_Ip_InitWriteReg()
624 …status = Qspi_Ip_RunWriteCommand(instance, operation->command1Lut, operation->addr, value, operati… in Qspi_Ip_InitWriteReg()
637 const Qspi_Ip_InitOperationType *operation in Qspi_Ip_InitRMWReg() argument
645 …status = Qspi_Ip_RunReadCommand(instance, operation->command1Lut, operation->addr, value, NULL_PTR… in Qspi_Ip_InitRMWReg()
[all …]
DQspi_Ip_Sfdp.c1740 Qspi_Ip_InitOperationType *operation; in Qspi_Ip_SfdpLutInitEnterLegacySPI() local
1749 operation = &(pConfig->initConfiguration.operations[initOpCount]); in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1753 operation->opType = QSPI_IP_OP_TYPE_CMD; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1754 operation->command1Lut = lutCount; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1755 operation->addr = 0U; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1772 operation->command2Lut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1773 operation->weLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1774 operation->size = 0U; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1775 operation->shift = 0U; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1776 operation->width = 0U; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip.c177 const Qspi_Ip_InitOperationType *operation
181 const Qspi_Ip_InitOperationType *operation
185 const Qspi_Ip_InitOperationType *operation
650 const Qspi_Ip_InitOperationType * operation in Qspi_Ip_InitWriteReg() argument
657 if (QSPI_IP_LUT_INVALID != operation->weLut) in Qspi_Ip_InitWriteReg()
660 status = Qspi_Ip_RunCommand(instance, operation->weLut, operation->addr); in Qspi_Ip_InitWriteReg()
664 Qspi_Ip_SetValue(value, operation->size, operation->value); in Qspi_Ip_InitWriteReg()
665 …status = Qspi_Ip_RunWriteCommand(instance, operation->command1Lut, operation->addr, value, operati… in Qspi_Ip_InitWriteReg()
678 const Qspi_Ip_InitOperationType *operation in Qspi_Ip_InitRMWReg() argument
686 …status = Qspi_Ip_RunReadCommand(instance, operation->command1Lut, operation->addr, value, NULL_PTR… in Qspi_Ip_InitRMWReg()
[all …]
DQspi_Ip_Sfdp.c1745 Qspi_Ip_InitOperationType *operation; in Qspi_Ip_SfdpLutInitEnterLegacySPI() local
1754 operation = &(pConfig->initConfiguration.operations[initOpCount]); in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1758 operation->opType = QSPI_IP_OP_TYPE_CMD; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1759 operation->command1Lut = lutCount; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1760 operation->addr = 0U; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1777 operation->command2Lut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1778 operation->weLut = QSPI_IP_LUT_INVALID; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1779 operation->size = 0U; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1780 operation->shift = 0U; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1781 operation->width = 0U; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/sdadc/
Dfsl_sdadc.h1118 sdadc_fifo_reset_operation_t operation) in SDADC_ControlFifoReadWriteReset() argument
1122 … base->FIFO_WR_RD_CTL |= (operation << ((number * 4U) + SDADC_FIFO_WR_RD_CTL_WR_0_P_RST_SHIFT)); in SDADC_ControlFifoReadWriteReset()
1126 … base->FIFO_WR_RD_CTL |= (operation << ((number * 4U) + SDADC_FIFO_WR_RD_CTL_WR_0_N_RST_SHIFT)); in SDADC_ControlFifoReadWriteReset()
1130 … base->FIFO_WR_RD_CTL |= ((operation << ((number * 4U) + SDADC_FIFO_WR_RD_CTL_WR_0_P_RST_SHIFT)) | in SDADC_ControlFifoReadWriteReset()
1131 … (operation << ((number * 4U) + SDADC_FIFO_WR_RD_CTL_WR_0_N_RST_SHIFT))); in SDADC_ControlFifoReadWriteReset()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/DriverTemplates/
DDriver_CAN.c181 static int32_t ARM_CAN_ObjectSetFilter (uint32_t obj_idx, ARM_CAN_FILTER_OPERATION operation, uint3… in ARM_CAN_ObjectSetFilter() argument
185 switch (operation) { in ARM_CAN_ObjectSetFilter()
/hal_nxp-latest/mcux/mcux-sdk/drivers/slcd/
Dfsl_slcd.h421 static inline void SLCD_SetFrontPlaneSegments(LCD_Type *base, uint32_t pinIndx, uint8_t operation) in SLCD_SetFrontPlaneSegments() argument
423 base->WF8B[pinIndx] = operation; in SLCD_SetFrontPlaneSegments()
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.h1000 ENET_Type *base, uint8_t phyAddr, uint8_t regAddr, enet_mii_write_t operation, uint16_t data) in ENET_StartSMIWrite() argument
1002 …base->MMFR = ENET_MMFR_ST(1U) | ENET_MMFR_OP(operation) | ENET_MMFR_PA(phyAddr) | ENET_MMFR_RA(reg… in ENET_StartSMIWrite()
1018 …oid ENET_StartSMIRead(ENET_Type *base, uint8_t phyAddr, uint8_t regAddr, enet_mii_read_t operation) in ENET_StartSMIRead() argument
1021 …ENET_MMFR_ST(1U) | ENET_MMFR_OP(operation) | ENET_MMFR_PA(phyAddr) | ENET_MMFR_RA(regAddr) | ENET_… in ENET_StartSMIRead()
/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550_charger.c18 void PF1550_SetChargerOperation(pf1550_handle_t *handle, pf1550_charger_operation_t operation) in PF1550_SetChargerOperation() argument
23 (void)PF1550_ModifyReg(handle, PF1550_CHG_OPER, 0x03U, (uint8_t)operation); in PF1550_SetChargerOperation()
Dfsl_pf1550_charger.h187 void PF1550_SetChargerOperation(pf1550_handle_t *handle, pf1550_charger_operation_t operation);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/drivers/doxygen/
Dclock.dox3 @details The MCUXpresso SDK provides APIs for MCUXpresso SDK devices' clock operation.
/hal_nxp-latest/mcux/mcux-sdk/drivers/puf_v3/
Dfsl_puf_v3.c102 static status_t puf_makeStatus(PUF_Type *base, puf_last_operation_t operation) in puf_makeStatus() argument
107 if (((base->ORR & PUF_ORR_LAST_OPERATION_MASK) >> PUF_ORR_LAST_OPERATION_SHIFT) == operation) in puf_makeStatus()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_Storage.h408 typedef void (*ARM_Storage_Callback_t)(int32_t status, ARM_STORAGE_OPERATION operation);
DDriver_CAN.h366 ARM_CAN_FILTER_OPERATION operation,
/hal_nxp-latest/mcux/mcux-sdk/drivers/ssarc/
Dfsl_ssarc.c112 temp32 |= (uint32_t)(config->operation); in SSARC_SetDescriptorConfig()
Dfsl_ssarc.h117 ssarc_descriptor_operation_t operation; /*!< The operation mode of descriptor. */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1051/drivers/
Dfsl_romapi.h348 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1052/drivers/
Dfsl_romapi.h348 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1024/cmsis_pack_flash_algo/Sources/
Dfsl_romapi.h329 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1024/drivers/
Dfsl_romapi.h330 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1021/drivers/
Dfsl_romapi.h330 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1015/drivers/
Dfsl_romapi.h330 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1061/drivers/
Dfsl_romapi.h371 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1064/drivers/
Dfsl_romapi.h371 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1042/drivers/
Dfsl_romapi.h371 flexspi_operation_t operation; /*!< FLEXSPI operation */ member

123