| /hal_nxp-latest/s32/drivers/s32k3/Fls/src/ |
| D | Qspi_Ip.c | 169 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 …]
|
| D | Qspi_Ip_Sfdp.c | 1740 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/ |
| D | Qspi_Ip.c | 177 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 …]
|
| D | Qspi_Ip_Sfdp.c | 1745 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/ |
| D | fsl_sdadc.h | 1118 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/ |
| D | Driver_CAN.c | 181 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/ |
| D | fsl_slcd.h | 421 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/ |
| D | fsl_enet.h | 1000 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/ |
| D | fsl_pf1550_charger.c | 18 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()
|
| D | fsl_pf1550_charger.h | 187 void PF1550_SetChargerOperation(pf1550_handle_t *handle, pf1550_charger_operation_t operation);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/drivers/doxygen/ |
| D | clock.dox | 3 @details The MCUXpresso SDK provides APIs for MCUXpresso SDK devices' clock operation.
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/puf_v3/ |
| D | fsl_puf_v3.c | 102 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/ |
| D | Driver_Storage.h | 408 typedef void (*ARM_Storage_Callback_t)(int32_t status, ARM_STORAGE_OPERATION operation);
|
| D | Driver_CAN.h | 366 ARM_CAN_FILTER_OPERATION operation,
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ssarc/ |
| D | fsl_ssarc.c | 112 temp32 |= (uint32_t)(config->operation); in SSARC_SetDescriptorConfig()
|
| D | fsl_ssarc.h | 117 ssarc_descriptor_operation_t operation; /*!< The operation mode of descriptor. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1051/drivers/ |
| D | fsl_romapi.h | 348 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1052/drivers/ |
| D | fsl_romapi.h | 348 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1024/cmsis_pack_flash_algo/Sources/ |
| D | fsl_romapi.h | 329 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1024/drivers/ |
| D | fsl_romapi.h | 330 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1021/drivers/ |
| D | fsl_romapi.h | 330 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1015/drivers/ |
| D | fsl_romapi.h | 330 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1061/drivers/ |
| D | fsl_romapi.h | 371 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1064/drivers/ |
| D | fsl_romapi.h | 371 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1042/drivers/ |
| D | fsl_romapi.h | 371 flexspi_operation_t operation; /*!< FLEXSPI operation */ member
|