STM32F411E-Discovery BSP User Manual
|
Functions | |
uint8_t | BSP_ACCELERO_Init (void) |
Set Accelerometer Initialization. | |
void | BSP_ACCELERO_Reset (void) |
Reboot memory content of Accelerometer. | |
void | BSP_ACCELERO_Click_ITConfig (void) |
Configure Accelerometer click IT. | |
void | BSP_ACCELERO_GetXYZ (int16_t *pDataXYZ) |
Get XYZ axes acceleration. |
Function Documentation
void BSP_ACCELERO_Click_ITConfig | ( | void | ) |
Configure Accelerometer click IT.
Definition at line 169 of file stm32f411e_discovery_accelerometer.c.
References AccelerometerDrv.
void BSP_ACCELERO_GetXYZ | ( | int16_t * | pDataXYZ | ) |
Get XYZ axes acceleration.
- Parameters:
-
pDataXYZ,: Pointer to 3 angular acceleration axes. pDataXYZ[0] = X axis, pDataXYZ[1] = Y axis, pDataXYZ[2] = Z axis
Definition at line 182 of file stm32f411e_discovery_accelerometer.c.
References AccelerometerDrv.
uint8_t BSP_ACCELERO_Init | ( | void | ) |
Set Accelerometer Initialization.
- Return values:
-
ACCELERO_OK if no problem during initialization
Definition at line 98 of file stm32f411e_discovery_accelerometer.c.
References ACCELERO_ERROR, ACCELERO_OK, and AccelerometerDrv.
void BSP_ACCELERO_Reset | ( | void | ) |
Reboot memory content of Accelerometer.
Definition at line 158 of file stm32f411e_discovery_accelerometer.c.
References AccelerometerDrv.
Generated on Fri Jan 20 2017 11:38:17 for STM32F411E-Discovery BSP User Manual by 1.7.6.1