/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | bt_skbuff.c | 102 RTK_BUFFER *RtbAllocate(uint32_t Length,uint32_t HeadRoom) in RtbAllocate() 163 uint8_t *RtbAddHead(RTK_BUFFER *RtkBuffer,uint32_t Length) in RtbAddHead() 183 unsigned char RtbRemoveHead(RTK_BUFFER *RtkBuffer,uint32_t Length) in RtbRemoveHead() 204 uint8_t *RtbAddTail(RTK_BUFFER *RtkBuffer,uint32_t Length) in RtbAddTail() 218 unsigned char RtbRemoveTail(IN OUT RTK_BUFFER *RtkBuffer,IN uint32_t Length) in RtbRemoveTail()
|
/device/board/unionman/unionpi_tiger/hardware/bt/src/ |
D | bt_skbuff.c | 100 RTK_BUFFER *RtbAllocate(uint32_t Length, uint32_t HeadRoom) in RtbAllocate() 155 uint8_t *RtbAddHead(RTK_BUFFER *RtkBuffer, uint32_t Length) in RtbAddHead() 172 unsigned char RtbRemoveHead(RTK_BUFFER *RtkBuffer, uint32_t Length) in RtbRemoveHead() 190 uint8_t *RtbAddTail(RTK_BUFFER *RtkBuffer, uint32_t Length) in RtbAddTail() 201 unsigned char RtbRemoveTail(IN OUT RTK_BUFFER *RtkBuffer, IN uint32_t Length) in RtbRemoveTail()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
D | prng.h | 46 #define prng(Buf,Length) contiki_prng_impl((Buf), (Length)) argument 63 #define prng(Buf,Length) lwip_prng_impl((Buf), (Length)) argument 112 #define prng(Buf,Length) coap_prng_impl((Buf), (Length)) argument
|
D | coap_hashkey.h | 36 #define coap_hash(String,Length,Result) \ argument
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | wlan_bssdef.h | 43 u32 Length; /* Length of structure */ member 67 u8 Length; member 100 u32 Length; /* Length of this structure */ member 130 u32 Length; /* Length of structure */ member 152 u8 Length; member 184 u32 Length; /* Length of this structure */ member 232 u32 Length; member
|
D | drv_types_xp.h | 81 u16 Length; member
|
D | drv_types_ce.h | 79 u16 Length; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
D | hi_gv_image.h | 30 HI_U32 Length; /* Length */ member
|
D | hi_go_decoder.h | 73 HI_U32 Length; /* Length, */ member
|
/device/board/bearpi/bearpi_hm_nano/app/C4_e53_sc2_axis/src/ |
D | E53_SC2.c | 78 static int MPU6050WriteBuffer(uint8_t Reg, uint8_t *pBuffer, uint16_t Length) in MPU6050WriteBuffer() 104 static int MPU6050ReadBuffer(uint8_t Reg, uint8_t *pBuffer, uint16_t Length) in MPU6050ReadBuffer()
|
/device/board/bearpi/bearpi_hm_nano/app/D9_iot_cloud_oc_manhole_cover/src/ |
D | E53_SC2.c | 80 static int MPU6050WriteBuffer(uint8_t Reg, uint8_t *pBuffer, uint16_t Length) in MPU6050WriteBuffer() 108 static int MPU6050ReadBuffer(uint8_t Reg, uint8_t *pBuffer, uint16_t Length) in MPU6050ReadBuffer()
|
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Src/ |
D | stm32mp1xx_hal_tim_ex.c | 404 …usTypeDef HAL_TIMEx_HallSensor_Start_DMA(TIM_HandleTypeDef *htim, uint32_t *pData, uint16_t Length) in HAL_TIMEx_HallSensor_Start_DMA() 716 …AL_TIMEx_OCN_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIMEx_OCN_Start_DMA() 1124 …L_TIMEx_PWMN_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIMEx_PWMN_Start_DMA()
|
D | stm32mp1xx_hal_dfsdm.c | 2016 uint32_t Length) in HAL_DFSDM_FilterRegularStart_DMA() 2093 uint32_t Length) in HAL_DFSDM_FilterRegularMsbStart_DMA() 2437 uint32_t Length) in HAL_DFSDM_FilterInjectedStart_DMA() 2512 uint32_t Length) in HAL_DFSDM_FilterInjectedMsbStart_DMA()
|
D | stm32mp1xx_hal_tim.c | 486 HAL_StatusTypeDef HAL_TIM_Base_Start_DMA(TIM_HandleTypeDef *htim, uint32_t *pData, uint16_t Length) in HAL_TIM_Base_Start_DMA() 938 …f HAL_TIM_OC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIM_OC_Start_DMA() 1517 … HAL_TIM_PWM_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIM_PWM_Start_DMA() 2064 …f HAL_TIM_IC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIM_IC_Start_DMA() 2978 uint32_t *pData2, uint16_t Length) in HAL_TIM_Encoder_Start_DMA()
|
D | stm32mp1xx_hal_dac.c | 627 …tart_DMA(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t *pData, uint32_t Length, uint32_t Ali… in HAL_DAC_Start_DMA()
|
D | stm32mp1xx_hal_adc_ex.c | 968 …atusTypeDef HAL_ADCEx_MultiModeStart_DMA(ADC_HandleTypeDef *hadc, uint32_t *pData, uint32_t Length) in HAL_ADCEx_MultiModeStart_DMA()
|
D | stm32mp1xx_hal_adc.c | 2001 HAL_StatusTypeDef HAL_ADC_Start_DMA(ADC_HandleTypeDef *hadc, uint32_t *pData, uint32_t Length) in HAL_ADC_Start_DMA()
|
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/ |
D | stm32f4xx_hal_tim_ex.c | 486 …usTypeDef HAL_TIMEx_HallSensor_Start_DMA(TIM_HandleTypeDef *htim, uint32_t *pData, uint16_t Length) in HAL_TIMEx_HallSensor_Start_DMA() 869 …AL_TIMEx_OCN_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIMEx_OCN_Start_DMA() 1350 …L_TIMEx_PWMN_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIMEx_PWMN_Start_DMA()
|
D | stm32f4xx_hal_tim.c | 525 HAL_StatusTypeDef HAL_TIM_Base_Start_DMA(TIM_HandleTypeDef *htim, uint32_t *pData, uint16_t Length) in HAL_TIM_Base_Start_DMA() 1046 …f HAL_TIM_OC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIM_OC_Start_DMA() 1709 … HAL_TIM_PWM_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIM_PWM_Start_DMA() 2358 …f HAL_TIM_IC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) in HAL_TIM_IC_Start_DMA() 3526 uint32_t *pData2, uint16_t Length) in HAL_TIM_Encoder_Start_DMA()
|
D | stm32f4xx_hal_adc_ex.c | 599 …atusTypeDef HAL_ADCEx_MultiModeStart_DMA(ADC_HandleTypeDef* hadc, uint32_t* pData, uint32_t Length) in HAL_ADCEx_MultiModeStart_DMA()
|
D | stm32f4xx_hal_adc.c | 1362 HAL_StatusTypeDef HAL_ADC_Start_DMA(ADC_HandleTypeDef* hadc, uint32_t* pData, uint32_t Length) in HAL_ADC_Start_DMA()
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/ |
D | bt_skbuff.h | 92 uint32_t Length; member
|
/device/board/unionman/unionpi_tiger/hardware/bt/include/ |
D | bt_skbuff.h | 91 uint32_t Length; member
|
/device/soc/winnermicro/wm800/board/platform/drivers/adc/ |
D | wm_adc.c | 148 void tls_adc_start_with_dma(int Channel, int Length) in tls_adc_start_with_dma()
|
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/ |
D | stm32f4xx_adc.c | 1253 void ADC_InjectedSequencerLengthConfig(ADC_TypeDef* ADCx, uint8_t Length) in ADC_InjectedSequencerLengthConfig()
|