ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
tz_secure_only_usb_hs_steps.h
Go to the documentation of this file.
1
33
34#pragma once
35
36#include <stdint.h>
37
38#ifndef RA8_OFF_TARGET
39#include "tx_api.h"
40#include "ux_api.h"
41
66
73extern UCHAR
75
82extern UCHAR
84
92
99extern UCHAR
101
102#endif /* !RA8_OFF_TARGET */
UCHAR s_tz_secure_only_usb_hs_language_id_framework[k_tz_secure_only_usb_hs_language_id_framework_len]
USBX language-id table – US English (LANGID 0x0409).
tz_secure_only_usb_hs_descriptor_len_t
Byte lengths of the four USBX descriptor frameworks.
@ k_tz_secure_only_usb_hs_device_framework_hs_len
HS framework bytes.
@ k_tz_secure_only_usb_hs_device_framework_fs_len
FS framework bytes.
@ k_tz_secure_only_usb_hs_language_id_framework_len
LANGID table bytes.
@ k_tz_secure_only_usb_hs_string_framework_len
String table bytes.
UCHAR s_tz_secure_only_usb_hs_device_framework_fs[k_tz_secure_only_usb_hs_device_framework_fs_len]
Full-Speed CDC-ACM composite device framework (64-byte bulk MPS).
UCHAR s_tz_secure_only_usb_hs_string_framework[k_tz_secure_only_usb_hs_string_framework_len]
USBX string descriptor table (vendor / product / serial).
UCHAR s_tz_secure_only_usb_hs_device_framework_hs[k_tz_secure_only_usb_hs_device_framework_hs_len]
High-Speed CDC-ACM composite device framework (512-byte bulk MPS).