Home
last modified time | relevance | path

Searched refs:alternate (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/adapter/platform/gpio/
Dgpio_stm32f4xx.c90 uint32_t alternate; member
213 gpioInitStruct.Alternate = device->resource.alternate; in InitGpioDevice()
264 …if (dri->GetUint32ArrayElem(resourceNode, "alternate", i, &resource->alternate, 0) != HDF_SUCCESS)… in GpioParseHcs()
304 uint32_t alternates[] = HCS_ARRAYS(HCS_NODE(PLATFORM_GPIO_CONFIG, alternate)); in GetGpioDeviceResource()
313 resource->alternate = alternates[i]; in GetGpioDeviceResource()
/drivers/interface/usb/ddk/v1_0/
DIUsbDdk.idl108 * @brief Activates the alternate setting of the USB interface.
111 …* @param settingIndex Index of the alternate setting, which corresponds to <b>bAlternateSetting</b…
119 * @brief Obtains the activated alternate setting of the USB interface.
122 …* @param settingIndex Index of the alternate setting, which corresponds to <b>bAlternateSetting</b…
/drivers/interface/usb/v1_0/
DIUsbInterface.idl180 …* @brief Sets the alternate settings for the specified USB interface. This allows you to switch be…
181 * interfaces with the same ID but different alternate settings.
185 * @param altIndex Indicates the alternate settings of the USB interface.