git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4679 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-09-17 07:03:38 +00:00
parent 0e8b117bd6
commit 90fe183e6e
1 changed files with 1 additions and 0 deletions

View File

@ -426,6 +426,7 @@ typedef struct {
* @name GCCFG register bit definitions
* @{
*/
#define GCCFG_NOVBUSSENS (1U<<21) /**< VBUS sensing disable. */
#define GCCFG_SOFOUTEN (1U<<20) /**< SOF output enable. */
#define GCCFG_VBUSBSEN (1U<<19) /**< Enable the VBUS sensing "B"
device. */