Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_video.c548 uint8_t cs = (uint8_t)((controlRequest->setup->wValue >> 0x08U) & 0xFFU); in USB_DeviceVideoVcInterfaceRequest() local
550 if (USB_DEVICE_VIDEO_VC_VIDEO_POWER_MODE_CONTROL == cs) in USB_DeviceVideoVcInterfaceRequest()
555 else if (USB_DEVICE_VIDEO_VC_REQUEST_ERROR_CODE_CONTROL == cs) in USB_DeviceVideoVcInterfaceRequest()
580 uint8_t cs = (uint8_t)((controlRequest->setup->wValue >> 0x08U) & 0xFFU); in USB_DeviceVideoVcCameraTerminalRequest() local
582 switch (cs) in USB_DeviceVideoVcCameraTerminalRequest()
646 uint8_t cs = (uint8_t)((controlRequest->setup->wValue >> 0x08U) & 0xFFU); in USB_DeviceVideoVcProcessingUnitRequest() local
648 switch (cs) in USB_DeviceVideoVcProcessingUnitRequest()
1051 uint8_t cs = (uint8_t)((controlRequest->setup->wValue >> 0x08U) & 0xFFU); in USB_DeviceVideoVsRequest() local
1053 switch (cs) in USB_DeviceVideoVsRequest()
/hal_nxp-latest/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c422 status_t SEMC_ConfigureSDRAM(SEMC_Type *base, semc_sdram_cs_t cs, semc_sdram_config_t *config, uint… in SEMC_ConfigureSDRAM() argument
466 base->BR[cs] = (config->address & SEMC_BR_BA_MASK) | SEMC_BR_MS(memsize) | SEMC_BR_VLD_MASK; in SEMC_ConfigureSDRAM()
482 if (cs != kSEMC_SDRAM_CS0) in SEMC_ConfigureSDRAM()
484 base->IOCR = iocReg | ((uint32_t)cs << (uint32_t)config->csxPinMux); in SEMC_ConfigureSDRAM()
814 semc_sram_cs_t cs, in SEMC_ConfigureSRAMWithChipSelection() argument
910 switch (cs) in SEMC_ConfigureSRAMWithChipSelection()
954 if (kSEMC_SRAM_CS0 == cs) in SEMC_ConfigureSRAMWithChipSelection()
1004 switch (cs) in SEMC_ConfigureSRAMWithChipSelection()
1028 if (kSEMC_SRAM_CS0 == cs) in SEMC_ConfigureSRAMWithChipSelection()
Dfsl_semc.h690 status_t SEMC_ConfigureSDRAM(SEMC_Type *base, semc_sdram_cs_t cs, semc_sdram_config_t *config, uint…
719 semc_sram_cs_t cs,
/hal_nxp-latest/imx/drivers/
Dflexcan.h184 uint32_t cs; /*!< Code and Status. */ member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c1176 for (uint32_t cs = 0U; cs < 8U; cs++) in USB_HostIp3516HsFindStartFrame() local
1178 if (0U != (p->csSlot & (1U << cs))) in USB_HostIp3516HsFindStartFrame()
1180 … if (0U == ((frame - (cs + (uint32_t)(((uint32_t)p->startUFrame) & 0xFFF8U))) % in USB_HostIp3516HsFindStartFrame()
1247 uint8_t cs; in USB_HostIp3516HsFindStartFrame() local
1249 &ss, &cs); in USB_HostIp3516HsFindStartFrame()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_switch.c2706 cdbrHandle.buffer->cs.request.entryID = config->entryID; in SWT_TxETMConfigClassScheduler()
2707 cdbrHandle.buffer->cs.request.cfge = config->cfge; in SWT_TxETMConfigClassScheduler()
2708 cdbrHandle.buffer->cs.request.commonHeader.updateActions = 1U; in SWT_TxETMConfigClassScheduler()
2709 cdbrHandle.buffer->cs.request.commonHeader.queryActions = 0U; in SWT_TxETMConfigClassScheduler()
Dfsl_netc.h3400 netc_tb_etmcs_data_t cs; /*!< ETM Class Scheduler table data buffer */ member