ESP-IDF
esp_vfs_termios_ops_t
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
esp_vfs_termios_ops_t
esp_vfs_termios_ops_t struct
Struct containing function pointers to termios related functionality.
Syntax
Show:
Summary
Declaration
from
esp_vfs_ops.h:183
typedef
struct
{
union
{
const
esp_vfs_tcsetattr_ctx_op_t
tcsetattr_p
;
const
esp_vfs_tcsetattr_op_t
tcsetattr
;
}
;
union
{
const
esp_vfs_tcgetattr_ctx_op_t
tcgetattr_p
;
const
esp_vfs_tcgetattr_op_t
tcgetattr
;
}
;
union
{
const
esp_vfs_tcdrain_ctx_op_t
tcdrain_p
;
const
esp_vfs_tcdrain_op_t
tcdrain
;
}
;
union
{
const
esp_vfs_tcflush_ctx_op_t
tcflush_p
;
const
esp_vfs_tcflush_op_t
tcflush
;
}
;
union
{
const
esp_vfs_tcflow_ctx_op_t
tcflow_p
;
const
esp_vfs_tcflow_op_t
tcflow
;
}
;
union
{
const
esp_vfs_tcgetsid_ctx_op_t
tcgetsid_p
;
const
esp_vfs_tcgetsid_op_t
tcgetsid
;
}
;
union
{
const
esp_vfs_tcsendbreak_ctx_op_t
tcsendbreak_p
;
const
esp_vfs_tcsendbreak_op_t
tcsendbreak
;
}
;
}
esp_vfs_termios_ops_t
;
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