STM32L476G-Discovery BSP User Manual: Private Functions
From STM32L476G-Discovery BSP
|
STM32L476G-Discovery BSP User Manual
|
Functions |
| void | EEPROM_I2C_IO_Init (void) |
| HAL_StatusTypeDef | EEPROM_I2C_IO_WriteData (uint16_t DevAddress, uint16_t MemAddress, uint8_t *pBuffer, uint32_t BufferSize) |
| HAL_StatusTypeDef | EEPROM_I2C_IO_ReadData (uint16_t DevAddress, uint16_t MemAddress, uint8_t *pBuffer, uint32_t BufferSize) |
| HAL_StatusTypeDef | EEPROM_I2C_IO_IsDeviceReady (uint16_t DevAddress, uint32_t Trials) |
| void | MAGNETO_IO_ITConfig (void) |
| void | IOE_Init (void) |
| void | IOE_ITConfig (void) |
| void | IOE_Delay (uint32_t Delay) |
| void | IOE_Write (uint8_t Addr, uint8_t Reg, uint8_t Value) |
| uint8_t | IOE_Read (uint8_t Addr, uint8_t Reg) |
| uint16_t | IOE_ReadMultiple (uint8_t Addr, uint8_t Reg, uint8_t *Buffer, uint16_t Length) |
Function Documentation
| HAL_StatusTypeDef EEPROM_I2C_IO_ReadData |
( |
uint16_t |
DevAddress, |
|
|
| uint16_t |
MemAddress, |
|
|
| uint8_t * |
pBuffer, |
|
|
| uint32_t |
BufferSize |
|
| ) |
|
|
| HAL_StatusTypeDef EEPROM_I2C_IO_WriteData |
( |
uint16_t |
DevAddress, |
|
|
| uint16_t |
MemAddress, |
|
|
| uint8_t * |
pBuffer, |
|
|
| uint32_t |
BufferSize |
|
| ) |
|
|
| uint8_t IOE_Read |
( |
uint8_t |
Addr, |
|
|
| uint8_t |
Reg |
|
| ) |
|
|
| uint16_t IOE_ReadMultiple |
( |
uint8_t |
Addr, |
|
|
| uint8_t |
Reg, |
|
|
| uint8_t * |
Buffer, |
|
|
| uint16_t |
Length |
|
| ) |
|
|
| void IOE_Write |
( |
uint8_t |
Addr, |
|
|
| uint8_t |
Reg, |
|
|
| uint8_t |
Value |
|
| ) |
|
|