PicoSDK
pio_mov_status_type
is only used within PicoSDK.
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
Raspberry Pi Pico SDK and Examples
PicoSDK
pio_mov_status_type
pio_mov_status_type enum
MOV status types
Syntax
Show:
Summary
Declaration
from
pio.h:91
enum
pio_mov_status_type
{
STATUS_TX_LESSTHAN
=
0
,
STATUS_RX_LESSTHAN
=
1
,
#if
PICO_PIO_VERSION
>
0
STATUS_IRQ_SET
=
2
#endif
}
;
Values
Value
Declared as
pio_mov_status_type::STATUS_TX_LESSTHAN
=
0
pio_mov_status_type::STATUS_RX_LESSTHAN
=
1
pio_mov_status_type::STATUS_IRQ_SET
=
2
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