HAL
HAL_SD_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_SD_StateTypeDef
HAL_SD_StateTypeDef enum
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_sd.h:49
enum
{
HAL_SD_STATE_RESET
=
0x00000000U
,
HAL_SD_STATE_READY
=
0x00000001U
,
HAL_SD_STATE_TIMEOUT
=
0x00000002U
,
HAL_SD_STATE_BUSY
=
0x00000003U
,
HAL_SD_STATE_PROGRAMMING
=
0x00000004U
,
HAL_SD_STATE_RECEIVING
=
0x00000005U
,
HAL_SD_STATE_TRANSFER
=
0x00000006U
,
HAL_SD_STATE_ERROR
=
0x0000000FU
}
;
Values
Value
Declared as
Description
HAL_SD_StateTypeDef::HAL_SD_STATE_RESET
=
0x00000000U
SD not yet initialized or disabled.
HAL_SD_StateTypeDef::HAL_SD_STATE_READY
=
0x00000001U
SD initialized and ready for use.
HAL_SD_StateTypeDef::HAL_SD_STATE_TIMEOUT
=
0x00000002U
SD Timeout state.
HAL_SD_StateTypeDef::HAL_SD_STATE_BUSY
=
0x00000003U
SD process ongoing.
HAL_SD_StateTypeDef::HAL_SD_STATE_PROGRAMMING
=
0x00000004U
SD Programming State.
HAL_SD_StateTypeDef::HAL_SD_STATE_RECEIVING
=
0x00000005U
SD Receiving State.
HAL_SD_StateTypeDef::HAL_SD_STATE_TRANSFER
=
0x00000006U
SD Transfer State.
HAL_SD_StateTypeDef::HAL_SD_STATE_ERROR
=
0x0000000FU
SD is in error state.
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