USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts
This commit is contained in:
parent
b75c43f6ef
commit
e5a0dcd0f9
@ -199,6 +199,7 @@ struct tiva_timer32config_s
|
|||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
|
/* No special configuration settings */
|
||||||
} rtc;
|
} rtc;
|
||||||
} u;
|
} u;
|
||||||
};
|
};
|
||||||
@ -244,18 +245,21 @@ struct tiva_timer16config_s
|
|||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
|
/* TODO: To be provided */
|
||||||
} count;
|
} count;
|
||||||
|
|
||||||
/* 16-bit input time capture mode w/8-bit prescaler */
|
/* 16-bit input time capture mode w/8-bit prescaler */
|
||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
|
/* TODO: To be provided */
|
||||||
} time;
|
} time;
|
||||||
|
|
||||||
/* 16-bit PWM output mode w/8-bit prescaler */
|
/* 16-bit PWM output mode w/8-bit prescaler */
|
||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
|
/* TODO: To be provided */
|
||||||
} pwm;
|
} pwm;
|
||||||
} u;
|
} u;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user