B-L475E-IOT01 BSP User Manual
|
Functions | |
ACCELERO_StatusTypeDef | BSP_ACCELERO_Init (void) |
Initialize the ACCELERO. | |
void | BSP_ACCELERO_DeInit (void) |
DeInitialize the ACCELERO. | |
void | BSP_ACCELERO_LowPower (uint16_t status) |
Set/Unset the ACCELERO in low power mode. | |
void | BSP_ACCELERO_AccGetXYZ (int16_t *pDataXYZ) |
Get XYZ acceleration values. |
Function Documentation
void BSP_ACCELERO_AccGetXYZ | ( | int16_t * | pDataXYZ | ) |
Get XYZ acceleration values.
- Parameters:
-
pDataXYZ Pointer on 3 angular accelerations table with pDataXYZ[0] = X axis, pDataXYZ[1] = Y axis, pDataXYZ[2] = Z axis
- Return values:
-
None
Definition at line 153 of file stm32l475e_iot01_accelero.c.
References AccelerometerDrv.
void BSP_ACCELERO_DeInit | ( | void | ) |
DeInitialize the ACCELERO.
- Return values:
-
None.
Definition at line 118 of file stm32l475e_iot01_accelero.c.
References AccelerometerDrv.
ACCELERO_StatusTypeDef BSP_ACCELERO_Init | ( | void | ) |
Initialize the ACCELERO.
- Return values:
-
ACCELERO_OK or ACCELERO_ERROR
Definition at line 77 of file stm32l475e_iot01_accelero.c.
References ACCELERO_ERROR, ACCELERO_OK, and AccelerometerDrv.
void BSP_ACCELERO_LowPower | ( | uint16_t | status | ) |
Set/Unset the ACCELERO in low power mode.
- Parameters:
-
status 0 means disable Low Power Mode, otherwise Low Power Mode is enabled
- Return values:
-
None
Definition at line 135 of file stm32l475e_iot01_accelero.c.
References AccelerometerDrv.
Generated on Thu Mar 16 2017 10:38:33 for B-L475E-IOT01 BSP User Manual by
