Searched refs:ReadValue (Results 1 – 2 of 2) sorted by relevance
1308 void mfxstm32l152_IDD_GetValue(uint16_t DeviceAddr, uint32_t *ReadValue) in mfxstm32l152_IDD_GetValue() argument1315 *ReadValue = (data[0] << 16) | (data[1] << 8) | data[2]; in mfxstm32l152_IDD_GetValue()
783 void mfxstm32l152_IDD_GetValue(uint16_t DeviceAddr, uint32_t *ReadValue);
Completed in 9 milliseconds