Home
last modified time | relevance | path

Searched refs:infoblock_read (Results 1 – 4 of 4) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32675/
Dinfoblock.h180 int infoblock_read(uint32_t offset, uint8_t *data, int length);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32680/
Dinfoblock.h180 int infoblock_read(uint32_t offset, uint8_t *data, int length);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AFE/
Dinfoblock.c64 int infoblock_read(uint32_t offset, uint8_t *data, int length) in infoblock_read() function
Dafe.c1186 retval = infoblock_read(AFE_TRIM_OTP_OFFSET_LOW, info_buf, INFOBLOCK_LINE_SIZE); in afe_load_trims()
1196 retval = infoblock_read(AFE_TRIM_OTP_OFFSET_HIGH, info_buf, INFOBLOCK_LINE_SIZE); in afe_load_trims()