sl_cpc_endpoint_handle_t Struct Reference

Struct representing an CPC endpoint handle.

#include <sl_cpc.h>

Data Fields

void * ep
 Endpoint object; Do not touch.
 
uint8_t id
 Endpoint ID; Do not touch.
 
uint32_t ref_count
 Endpoint reference counter; Do not touch.
 

Struct representing an CPC endpoint handle.

Field Documentation

◆ ep

void* sl_cpc_endpoint_handle_t::ep

Endpoint object; Do not touch.

◆ id

uint8_t sl_cpc_endpoint_handle_t::id

Endpoint ID; Do not touch.

◆ ref_count

uint32_t sl_cpc_endpoint_handle_t::ref_count

Endpoint reference counter; Do not touch.