Struct representing an CPC endpoint handle.
Public Attributes#
void *
Endpoint object; Do not touch.
uint8_t
Endpoint ID; Do not touch.
uint32_t
Endpoint reference counter; Do not touch.
Public Attribute Documentation#
ep#
void* sl_cpc_endpoint_handle_t::ep
Endpoint object; Do not touch.
Definition at line
198
of file platform/service/cpc/inc/sl_cpc.h
id#
uint8_t sl_cpc_endpoint_handle_t::id
Endpoint ID; Do not touch.
Definition at line
199
of file platform/service/cpc/inc/sl_cpc.h
ref_count#
uint32_t sl_cpc_endpoint_handle_t::ref_count
Endpoint reference counter; Do not touch.
Definition at line
200
of file platform/service/cpc/inc/sl_cpc.h