Common
+
0
/1 examples
SourceVu will show references to
IDD_DrvTypeDef
from the following samples and libraries:
Drivers
Peripherals
mfxstm32l152
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
IDD_DrvTypeDef
IDD_DrvTypeDef struct
Syntax
Show:
Summary
Declaration
from
idd.h:120
typedef
struct
{
void
(
*
Init
)
(
uint16_t
)
;
void
(
*
DeInit
)
(
uint16_t
)
;
uint16_t
(
*
ReadID
)
(
uint16_t
)
;
void
(
*
Reset
)
(
uint16_t
)
;
void
(
*
LowPower
)
(
uint16_t
)
;
void
(
*
WakeUp
)
(
uint16_t
)
;
void
(
*
Start
)
(
uint16_t
)
;
void
(
*
Config
)
(
uint16_t
,
IDD_ConfigTypeDef
)
;
void
(
*
GetValue
)
(
uint16_t
,
uint32_t
*
)
;
void
(
*
EnableIT
)
(
uint16_t
)
;
void
(
*
ClearIT
)
(
uint16_t
)
;
uint8_t
(
*
GetITStatus
)
(
uint16_t
)
;
void
(
*
DisableIT
)
(
uint16_t
)
;
void
(
*
ErrorEnableIT
)
(
uint16_t
)
;
void
(
*
ErrorClearIT
)
(
uint16_t
)
;
uint8_t
(
*
ErrorGetITStatus
)
(
uint16_t
)
;
void
(
*
ErrorDisableIT
)
(
uint16_t
)
;
uint8_t
(
*
ErrorGetSrc
)
(
uint16_t
)
;
uint8_t
(
*
ErrorGetCode
)
(
uint16_t
)
;
}
IDD_DrvTypeDef
;
Fields
Field
Declared as
IDD_DrvTypeDef::Init
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::DeInit
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::ReadID
uint16_t
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::Reset
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::LowPower
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::WakeUp
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::Start
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::Config
void
(
*
)
(
uint16_t
,
IDD_ConfigTypeDef
)
IDD_DrvTypeDef::GetValue
void
(
*
)
(
uint16_t
,
uint32_t
*
)
IDD_DrvTypeDef::EnableIT
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::ClearIT
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::GetITStatus
uint8_t
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::DisableIT
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::ErrorEnableIT
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::ErrorClearIT
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::ErrorGetITStatus
uint8_t
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::ErrorDisableIT
void
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::ErrorGetSrc
uint8_t
(
*
)
(
uint16_t
)
IDD_DrvTypeDef::ErrorGetCode
uint8_t
(
*
)
(
uint16_t
)
Examples
IDD_DrvTypeDef
is referenced by 1 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