HAL
HAL_PCCARD_StateTypeDef
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_PCCARD_StateTypeDef
HAL_PCCARD_StateTypeDef enum
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_pccard.h:52
enum
{
HAL_PCCARD_STATE_RESET
=
0x00U
,
HAL_PCCARD_STATE_READY
=
0x01U
,
HAL_PCCARD_STATE_BUSY
=
0x02U
,
HAL_PCCARD_STATE_ERROR
=
0x04U
}
;
Values
Value
Declared as
Description
HAL_PCCARD_StateTypeDef::HAL_PCCARD_STATE_RESET
=
0x00U
PCCARD peripheral not yet initialized or disabled.
HAL_PCCARD_StateTypeDef::HAL_PCCARD_STATE_READY
=
0x01U
PCCARD peripheral ready.
HAL_PCCARD_StateTypeDef::HAL_PCCARD_STATE_BUSY
=
0x02U
PCCARD peripheral busy.
HAL_PCCARD_StateTypeDef::HAL_PCCARD_STATE_ERROR
=
0x04U
PCCARD peripheral error.
Examples
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