![]() |
Dataflow Runtime API
2.7.4.0
|
41.15.5 OTG reset register (OTG_GRSTCTL) More...
#include <Imt.Base.HAL.STM32F769/Registers/UsbRegisters.h>
Public Types | |
enum | Id { CSRST = 0x1U << 0 , HSRST = 0x1U << 1 , FCRST = 0x1U << 2 , RXFFLSH = 0x1U << 4 , TXFFLSH = 0x1U << 5 , TXFNUM = 0x1FU << 6 , DMAREQ = 0x1U << 30 , AHBIDL = 0x1U << 31 } |
Public Member Functions | |
OTG_GRSTCTL (const OTG_GRSTCTL &other) | |
void | set (Id flag) volatile |
void | clear (Id flag) volatile |
bool | isSet (Id flag) volatile |
void | flushTx (const uint8_t num) volatile |
![]() | |
REG (const REG &other) | |
volatile REG & | operator= (volatile const REG &other) volatile |
volatile REG & | operator|= (const uint32_t &other) volatile |
volatile REG & | operator&= (const uint32_t &other) volatile |
void | clearAll (void) volatile |
uint32_t | getAll (void) volatile |
void | setAll (const uint32_t reg) volatile |
Additional Inherited Members | |
![]() | |
volatile uint32_t | all |
41.15.5 OTG reset register (OTG_GRSTCTL)