Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 75) sorted by relevance

123

/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_qspi.c422 …atic cy_rslt_t _cyhal_qspi_command_transfer(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, in _cyhal_qspi_command_transfer() argument
435 cy_rslt_t result = _cyhal_qspi_check_command_struct(command); in _cyhal_qspi_command_transfer()
450 if (!command->address.disabled && !command->mode_bits.disabled) in _cyhal_qspi_command_transfer()
452 if (command->address.bus_width != command->mode_bits.bus_width) in _cyhal_qspi_command_transfer()
457 else if (command->address.data_rate != command->mode_bits.data_rate) in _cyhal_qspi_command_transfer()
466 if (!command->address.disabled) in _cyhal_qspi_command_transfer()
468 addr_size = _cyhal_qspi_get_size(command->address.size); in _cyhal_qspi_command_transfer()
471 bus_width = _cyhal_qspi_convert_bus_width(command->address.bus_width); in _cyhal_qspi_command_transfer()
473 data_rate = (cy_en_smif_data_rate_t)command->address.data_rate; in _cyhal_qspi_command_transfer()
477 if (!command->mode_bits.disabled) in _cyhal_qspi_command_transfer()
[all …]
Dcyhal_udb_sdio.c411 …bj, cyhal_sdio_host_transfer_type_t direction, cyhal_sdio_host_command_t command, uint32_t argumen… in cyhal_sdio_host_send_cmd() argument
414 if (command == CYHAL_SDIO_CMD_IO_RW_EXTENDED) in cyhal_sdio_host_send_cmd()
439 cmd.u32CmdIdx = (uint32_t) command; in cyhal_sdio_host_send_cmd()
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_smif_memslot.h567 …uint32_t command; /**< The 8-bit command. This value is 0xFFFFFFFF when ther… member
907 uint8_t *status, uint8_t command,
911 void const *status, uint8_t command,
1235 uint8_t command,
1271 device->writeStsRegQeCmd->command = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpGetQuadEnableParameters()
1272 device->readStsRegQeCmd->command = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpGetQuadEnableParameters()
1285 device->writeStsRegQeCmd->command = CY_SMIF_WRITE_STATUS_REG1_CMD; in SfdpGetQuadEnableParameters()
1286 device->readStsRegQeCmd->command = CY_SMIF_READ_STATUS_REG2_T1_CMD; in SfdpGetQuadEnableParameters()
1297 device->writeStsRegQeCmd->command = CY_SMIF_WRITE_STATUS_REG1_CMD; in SfdpGetQuadEnableParameters()
1298 device->readStsRegQeCmd->command = CY_SMIF_READ_STATUS_REG1_CMD; in SfdpGetQuadEnableParameters()
[all …]
Dcy_lin.h676 cy_en_lin_status_t Cy_LIN_SetCmd(LIN_CH_Type* base, uint32_t command);
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_smif_sfdp.c349 result = Cy_SMIF_TransmitCommand( base, (uint8_t) writeEnCmd->command, in Cy_SMIF_MemCmdWriteRegister()
361 result = Cy_SMIF_TransmitCommand( base, (uint8_t) writeCmd->command, writeCmd->cmdWidth, in Cy_SMIF_MemCmdWriteRegister()
423 result = Cy_SMIF_TransmitCommand( base, (uint8_t)cmdSfdp->command, in SfdpReadBuffer()
453 … (uint16_t)(cmdSfdp->command | (uint16_t)(cmdSfdp->commandH << 8U)), in SfdpReadBuffer()
684 cmdRead->command = sfdpBuffer[CY_SMIF_SFDP_BFPT_BYTE_41]; in SfdpGetReadCmd_1_8_8()
740 cmdRead->command = sfdpBuffer[CY_SMIF_SFDP_BFPT_BYTE_43]; in SfdpGetReadCmd_1_1_8()
801 cmdRead->command = CY_SMIF_FAST_READ_4_BYTES_CMD_1S_4D_4D; in SfdpGetReadCmd_1S_4D_4D()
865 cmdRead->command = sfdpBuffer[CY_SMIF_SFDP_BFPT_BYTE_09]; in SfdpGetReadCmd_1_4_4()
928 cmdRead->command = sfdpBuffer[CY_SMIF_SFDP_BFPT_BYTE_0B]; in SfdpGetReadCmd_1_1_4()
986 cmdRead->command = sfdpBuffer[CY_SMIF_SFDP_BFPT_BYTE_0F]; in SfdpGetReadCmd_1_2_2()
[all …]
Dcy_smif_memslot.c307 (uint16_t)(writeEn->command | writeEn->command << 8), in Cy_SMIF_MemCmdWriteEnable()
319 result = Cy_SMIF_TransmitCommand( base, (uint8_t) writeEn->command, in Cy_SMIF_MemCmdWriteEnable()
374 (uint16_t)(writeDis->command | writeDis->command << 8), in Cy_SMIF_MemCmdWriteDisable()
387 result = Cy_SMIF_TransmitCommand( base, (uint8_t)writeDis->command, in Cy_SMIF_MemCmdWriteDisable()
447 … (uint16_t)(device->readStsRegWipCmd->command | (device->readStsRegWipCmd->command << 8)), in Cy_SMIF_MemIsBusy()
479 (uint8_t)device->readStsRegWipCmd->command, in Cy_SMIF_MemIsBusy()
541 uint8_t readQeCmd = (uint8_t)device->readStsRegQeCmd->command; in Cy_SMIF_MemQuadEnable()
542 uint8_t writeQeCmd = (uint8_t)device->writeStsRegQeCmd->command; in Cy_SMIF_MemQuadEnable()
543 uint8_t readWipCmd = (uint8_t)device->readStsRegWipCmd->command; in Cy_SMIF_MemQuadEnable()
653 uint8_t readOeCmd = (uint8_t)device->readStsRegOeCmd->command; in Cy_SMIF_MemOctalEnable()
[all …]
Dcy_lin.c350 cy_en_lin_status_t Cy_LIN_SetCmd(LIN_CH_Type* base, uint32_t command) in Cy_LIN_SetCmd() argument
361 else if (((command & (LIN_CH_CMD_TX_HEADER_Msk | LIN_CH_CMD_RX_HEADER_Msk)) in Cy_LIN_SetCmd()
363 (((command & LIN_CH_CMD_TX_WAKEUP_Msk) != 0UL) && in Cy_LIN_SetCmd()
364 ((command & (LIN_CH_CMD_TX_HEADER_Msk | in Cy_LIN_SetCmd()
374 …else if (((_FLD2VAL(LIN_CH_CMD_TX_HEADER, LIN_CH_CMD(base)) != 0UL) && (command & LIN_CH_CMD_RX_HE… in Cy_LIN_SetCmd()
375 …((_FLD2VAL(LIN_CH_CMD_RX_HEADER, LIN_CH_CMD(base)) != 0UL) && (command & LIN_CH_CMD_TX_HEADER_Msk)… in Cy_LIN_SetCmd()
377 ((command & (LIN_CH_CMD_TX_HEADER_Msk | in Cy_LIN_SetCmd()
386 LIN_CH_CMD(base) = command; in Cy_LIN_SetCmd()
/hal_infineon-3.7.0/mtb-hal-cat1/include/
Dcyhal_qspi.h326 cy_rslt_t cyhal_qspi_read(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t address,…
341 cy_rslt_t cyhal_qspi_read_async(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t ad…
356 cy_rslt_t cyhal_qspi_write(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t address…
371 cy_rslt_t cyhal_qspi_write_async(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t a…
385 …cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t address, const void *tx_data, siz…
Dcyhal_sdio.h495 …bj, cyhal_sdio_host_transfer_type_t direction, cyhal_sdio_host_command_t command, uint32_t argumen…
/hal_infineon-3.7.0/XMCLib/drivers/src/
Dxmc_i2c.c238 …C_CH_MasterStart(XMC_USIC_CH_t *const channel, const uint16_t addr, const XMC_I2C_CH_CMD_t command) in XMC_I2C_CH_MasterStart() argument
243 if (command == XMC_I2C_CH_CMD_READ) in XMC_I2C_CH_MasterStart()
267 …terRepeatedStart(XMC_USIC_CH_t *const channel, const uint16_t addr, const XMC_I2C_CH_CMD_t command) in XMC_I2C_CH_MasterRepeatedStart() argument
271 if (command == XMC_I2C_CH_CMD_READ) in XMC_I2C_CH_MasterRepeatedStart()
/hal_infineon-3.7.0/mtb-template-cat1/files/cat1b/
Dcybsp_smif_init.c223 uint32_t statusCmd = memConfig->deviceCfg->readStsRegQeCmd->command; in cybsp_is_quad_enabled()
339 if ((smifMemConfigs[0]->deviceCfg->readStsRegQeCmd->command == in cybsp_smif_init()
341 (smifMemConfigs[0]->deviceCfg->readStsRegQeCmd->command == 0)) in cybsp_smif_init()
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_cdc_bdc.c193 whd_result_t whd_cdc_send_ioctl(whd_interface_t ifp, cdc_command_type_t type, uint32_t command, in whd_cdc_send_ioctl() argument
210 if (command > INT_MAX) in whd_cdc_send_ioctl()
235 WHD_IOCTL_LOG_ADD(ifp->whd_driver, command, send_buffer_hnd); in whd_cdc_send_ioctl()
238 if ( (command == WLC_SET_VAR) || (command == WLC_GET_VAR) ) in whd_cdc_send_ioctl()
259 send_packet->cdc_header.cmd = htod32(command); in whd_cdc_send_ioctl()
/hal_infineon-3.7.0/XMCLib/drivers/inc/
Dxmc_i2c.h517 …_CH_MasterStart(XMC_USIC_CH_t *const channel, const uint16_t addr, const XMC_I2C_CH_CMD_t command);
538 …erRepeatedStart(XMC_USIC_CH_t *const channel, const uint16_t addr, const XMC_I2C_CH_CMD_t command);
/hal_infineon-3.7.0/whd-bsp-integration/
Dcybsp_wifi.c260 cyhal_sdio_command_t command, uint32_t argument, in _cybsp_wifi_sdio_try_send_cmd() argument
267 result = cyhal_sdio_send_cmd(sdio_object, direction, command, argument, response); in _cybsp_wifi_sdio_try_send_cmd()
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_cdc_bdc.h155 whd_result_t whd_cdc_send_ioctl(whd_interface_t ifp, cdc_command_type_t type, uint32_t command,
/hal_infineon-3.7.0/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_GCC_ARM/
Dcyb06xx5_cm4.ld52 * EXTERN multiple times. This command has the same effect as the -u command-line
Dcyb06xx5_cm4_dual.ld55 * EXTERN multiple times. This command has the same effect as the -u command-line
/hal_infineon-3.7.0/mtb-template-cat1/files/templates/cat1b/COMPONENT_MTB/COMPONENT_CM33/TOOLCHAIN_GCC_ARM/
Dcyw20829A0_ns_l1ram_cbus.ld81 * EXTERN multiple times. This command has the same effect as the -u command-line
Dcyw20829A0_ns_ram_cbus.ld79 * EXTERN multiple times. This command has the same effect as the -u command-line
Dcyw20829_ns_l1ram_cbus.ld81 * EXTERN multiple times. This command has the same effect as the -u command-line
Dcyw20829_ns_ram_cbus.ld79 * EXTERN multiple times. This command has the same effect as the -u command-line
/hal_infineon-3.7.0/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/
Dxmc7100d_x2112_cm0plus.ld82 * EXTERN multiple times. This command has the same effect as the -u command-line
Dxmc7100d_x4160_cm0plus.ld84 * EXTERN multiple times. This command has the same effect as the -u command-line
Dxmc7200_x8384_cm0plus.ld84 * EXTERN multiple times. This command has the same effect as the -u command-line
Dxmc7200d_x8384_cm0plus.ld84 * EXTERN multiple times. This command has the same effect as the -u command-line

123