Home
last modified time | relevance | path

Searched refs:CO_EM_INTERNAL_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/canopennode-2.7.6/stack/
DCO_Emergency.h246 #define CO_EM_INTERNAL_BUFFER_SIZE 10 macro
259 uint8_t buf[CO_EM_INTERNAL_BUFFER_SIZE * 8];
DCO_Emergency.c155 em->bufEnd = em->buf + (CO_EM_INTERNAL_BUFFER_SIZE * 8); in CO_EM_init()