Searched refs:DataType (Results 1 – 8 of 8) sorted by relevance
| /bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/ |
| A D | usbh_mtp_ptp.c | 290 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 D | usbh_mtp_ptp.h | 627 uint16_t DataType; member 675 uint16_t DataType; member
|
| A D | usbh_mtp.c | 1170 devicepropertydesc->DataType = PTP_LE16(&data[PTP_dpd_DataType]); in USBH_MTP_GetDevicePropDesc()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_crypto.c | 328 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 D | stm32l1xx_hal_cryp.h | 52 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 D | Scsi2.h | 821 unsigned int DataType,
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_cryp.c | 173 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 D | Scsi2.c | 1370 unsigned int DataType, in ScsiCDReadDiscInfo() argument 1390 CB[1] = CB[1] | (DataType & 0x07); in ScsiCDReadDiscInfo()
|
Completed in 27 milliseconds