Home
last modified time | relevance | path

Searched refs:ReadValue (Results 1 – 2 of 2) sorted by relevance

/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Dmfxstm32l152.c1308 void mfxstm32l152_IDD_GetValue(uint16_t DeviceAddr, uint32_t *ReadValue) in mfxstm32l152_IDD_GetValue() argument
1315 *ReadValue = (data[0] << 16) | (data[1] << 8) | data[2]; in mfxstm32l152_IDD_GetValue()
A Dmfxstm32l152.h783 void mfxstm32l152_IDD_GetValue(uint16_t DeviceAddr, uint32_t *ReadValue);

Completed in 9 milliseconds