CSP Management Protocol (CMP)

CMP PEEK and POKE intentionally provide memory access and assume that the management service is restricted to trusted peers. See CMP PEEK and POKE for their security model and deployment requirements.

CSP Management Protocol.

Enums

enum csp_cmp_type_t
[source]
enum csp_cmp_code_t
[source]

Interface Functions

int csp_cmp(uint16_t node, uint32_t timeout, uint8_t code, int msg_size, void *msg)
[source]
static inline int csp_cmp_peek(uint16_t node, uint32_t timeout, void *msg)
[source]
static inline int csp_cmp_poke(uint16_t node, uint32_t timeout, void *msg)
[source]