Common
+
0
/7 examples
SourceVu will show references to
ACCELERO_DrvTypeDef
from the following samples and libraries:
Drivers
Peripherals
lsm303dlhc
lis3dsh
lsm303agr
lis302dl
Boards
STM32F411E-Discovery
STM32F401-Discovery
STM32F4-Discovery
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Common
ACCELERO_DrvTypeDef
ACCELERO_DrvTypeDef struct
Syntax
Show:
Summary
Declaration
from
accelero.h:68
typedef
struct
{
void
(
*
Init
)
(
uint16_t
)
;
void
(
*
DeInit
)
(
void
)
;
uint8_t
(
*
ReadID
)
(
void
)
;
void
(
*
Reset
)
(
void
)
;
void
(
*
LowPower
)
(
void
)
;
void
(
*
ConfigIT
)
(
void
)
;
void
(
*
EnableIT
)
(
uint8_t
)
;
void
(
*
DisableIT
)
(
uint8_t
)
;
uint8_t
(
*
ITStatus
)
(
uint16_t
)
;
void
(
*
ClearIT
)
(
void
)
;
void
(
*
FilterConfig
)
(
uint8_t
)
;
void
(
*
FilterCmd
)
(
uint8_t
)
;
void
(
*
GetXYZ
)
(
int16_t
*
)
;
}
ACCELERO_DrvTypeDef
;
Fields
Field
Declared as
ACCELERO_DrvTypeDef::Init
void
(
*
)
(
uint16_t
)
ACCELERO_DrvTypeDef::DeInit
void
(
*
)
(
void
)
ACCELERO_DrvTypeDef::ReadID
uint8_t
(
*
)
(
void
)
ACCELERO_DrvTypeDef::Reset
void
(
*
)
(
void
)
ACCELERO_DrvTypeDef::LowPower
void
(
*
)
(
void
)
ACCELERO_DrvTypeDef::ConfigIT
void
(
*
)
(
void
)
ACCELERO_DrvTypeDef::EnableIT
void
(
*
)
(
uint8_t
)
ACCELERO_DrvTypeDef::DisableIT
void
(
*
)
(
uint8_t
)
ACCELERO_DrvTypeDef::ITStatus
uint8_t
(
*
)
(
uint16_t
)
ACCELERO_DrvTypeDef::ClearIT
void
(
*
)
(
void
)
ACCELERO_DrvTypeDef::FilterConfig
void
(
*
)
(
uint8_t
)
ACCELERO_DrvTypeDef::FilterCmd
void
(
*
)
(
uint8_t
)
ACCELERO_DrvTypeDef::GetXYZ
void
(
*
)
(
int16_t
*
)
Examples
ACCELERO_DrvTypeDef
is referenced by 7 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out