Home
last modified time | relevance | path

Searched refs:DataType (Results 1 – 8 of 8) sorted by relevance

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp_ptp.c290 opd->DataType = PTP_LE16(&data[PTP_opd_DataType]); in PTP_DecodeObjectPropDesc()
294 PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FactoryDefaultValue, opd->DataType); in PTP_DecodeObjectPropDesc()
305 … PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FORM.Range.MinimumValue, opd->DataType); in PTP_DecodeObjectPropDesc()
306 … PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FORM.Range.MaximumValue, opd->DataType); in PTP_DecodeObjectPropDesc()
307 PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FORM.Range.StepSize, opd->DataType); in PTP_DecodeObjectPropDesc()
316 … PTP_GetDevicePropValue(phost, &offset, opdlen, &opd->FORM.Enum.SupportedValue[i], opd->DataType); in PTP_DecodeObjectPropDesc()
A Dusbh_mtp_ptp.h627 uint16_t DataType; member
675 uint16_t DataType; member
A Dusbh_mtp.c1170 devicepropertydesc->DataType = PTP_LE16(&data[PTP_dpd_DataType]); in USBH_MTP_GetDevicePropDesc()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_crypto.c328 HW_TypeDef->Init.DataType = CRYP_DATATYPE_8B; in _cryp_crypt()
467 hash->Init.DataType = HASH_DATATYPE_8B; in _crypto_create()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_cryp.h52 uint32_t DataType; /*!< 32-bit data, 16-bit data, 8-bit data or 1-bit string. member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A DScsi2.h821 unsigned int DataType,
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_cryp.c173 assert_param(IS_CRYP_DATATYPE(hcryp->Init.DataType)); in HAL_CRYP_Init()
191 MODIFY_REG(hcryp->Instance->CR, AES_CR_DATATYPE, hcryp->Init.DataType); in HAL_CRYP_Init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/
A DScsi2.c1370 unsigned int DataType, in ScsiCDReadDiscInfo() argument
1390 CB[1] = CB[1] | (DataType & 0x07); in ScsiCDReadDiscInfo()

Completed in 27 milliseconds