Searched refs:EVENT_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
48 #define EVENT_BUFFER_SIZE 2300 macro51 #define EVENT_BUFFER_SIZE 1024 macro76 ALIGN(2) static uint8_t event_buffer[EVENT_BUFFER_SIZE + FIFO_VAR_LEN_ITEM_MAX_SIZE];192 fifo_init(&event_fifo, EVENT_BUFFER_SIZE, event_buffer, FIFO_ALIGNMENT); in transport_layer_init()