ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_usb_cdc_internal.h
Go to the documentation of this file.
1
12
13#pragma once
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19#include <stdint.h>
20
21#include "ra8_attributes.h"
22
50void ra8_usb_cdc_test_apply_line_coding(const uint8_t* data, uint16_t len);
51
52#ifdef __cplusplus
53}
54#endif
Annotation-attribute framework macros for ra8-firmware.
#define RA8_TEST_HELPER
Mark a symbol as externally-linked but only callable from tests.
void ra8_usb_cdc_test_apply_line_coding(const uint8_t *data, uint16_t len)
Drive the private SET_LINE_CODING decoder from host tests.