Searched refs:SEP_BUF_ENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance
23 #define SEP_BUF_ENTRY_SIZE 32U macro230 } __aligned(SEP_BUF_ENTRY_SIZE);254 } __aligned(SEP_BUF_ENTRY_SIZE);268 } __aligned(SEP_BUF_ENTRY_SIZE);276 } __aligned(SEP_BUF_ENTRY_SIZE);284 }__aligned(SEP_BUF_ENTRY_SIZE);
382 (void)sbuf_put_many(sbuf, SEP_BUF_ENTRY_SIZE, (uint8_t *)&pkt_header, sizeof(pkt_header)); in profiling_generate_data()383 (void)sbuf_put_many(sbuf, SEP_BUF_ENTRY_SIZE, (uint8_t *)payload, payload_size); in profiling_generate_data()
Completed in 9 milliseconds