mFrame
|
公開方法(Public Methods) | |
LPI2C (void) | |
Construct a new object. | |
virtual | ~LPI2C (void) override |
Destroy the object. | |
![]() | |
Object (void) | |
Construct a new Object object. | |
virtual | ~Object (void) override |
Destroy the Object object. | |
void * | operator new (size_t n) |
void * | operator new (size_t n, void *p) |
mframe::lang::Object & | getObject (void) override |
取得類Object | |
void | delay (int milliseconds) const |
函數 delay 等待內核滴答中指定的時間段。 對於1的值,系統等待直到下一個計時器滴答發生。 實際時間延遲最多可能比指定時間少一個計時器滴答聲,即在下一個系統滴答聲發生之前立即調用 osDelay(1),線程會立即重新安排。 | |
bool | equals (Object *object) const |
函數 delay 等待內核滴答中指定的時間段。 對於1的值,系統等待直到下一個計時器滴答發生。 實際時間延遲最多可能比指定時間少一個計時器滴答聲,即在下一個系統滴答聲發生之前立即調用 osDelay(1),線程會立即重新安排。 | |
bool | equals (Object &object) const |
函數 delay 等待內核滴答中指定的時間段。 對於1的值,系統等待直到下一個計時器滴答發生。 實際時間延遲最多可能比指定時間少一個計時器滴答聲,即在下一個系統滴答聲發生之前立即調用 osDelay(1),線程會立即重新安排。 | |
void | wait (void) const |
導致當前線程等待,直到另一個線程調用此對象的notify()方法或notifyAll()方法,或指定的時間 已過。 | |
bool | wait (int timeout) const |
導致當前線程等待,直到另一個線程調用此對象的 notify()方法或 notifyAll()方法,或其他一些線 程中斷當前線程,或一定量的實時時間。 | |
bool | yield (void) const |
函數yield()將控制權傳遞給處於READY狀態且具有相同優先級的下一個線程。 如果在READY狀態下沒有其他優先級相同的線程,則當前線程繼續執行,不會發生線程切換。 | |
int | lock (void) const |
核心鎖定,在調用unlock以前將不會進行執行緒切換 | |
int | unlock (void) const |
核心解鎖。 | |
mframe::sys::Thread * | currentThread (void) const |
取得當前的執行緒 | |
virtual int | hashcode (void) const |
返回對象的哈希碼值。支持這種方法是為了散列表,如HashMap提供的那樣。 | |
![]() | |
virtual | ~Interface (void)=default |
Destroy the struct object. | |
靜態公開方法(Static Public Methods) | |
static constexpr uint32 | VERID_FEATURE (uint32 value) |
VERID - FEATURE. | |
static constexpr uint32 | VERID_MINOR (uint32 value) |
VERID - MINOR. | |
static constexpr uint32 | VERID_MAJOR (uint32 value) |
VERID - MAJOR. | |
static constexpr uint32 | PARAM_MTXFIFO (uint32 value) |
PARAM - MTXFIFO. | |
static constexpr uint32 | PARAM_MRXFIFO (uint32 value) |
PARAM - MRXFIFO. | |
static constexpr uint32 | MCR_MEN (uint32 value) |
MCR - MEN. | |
static constexpr uint32 | MCR_RST (uint32 value) |
MCR - RST. | |
static constexpr uint32 | MCR_DOZEN (uint32 value) |
MCR - DOZEN. | |
static constexpr uint32 | MCR_DBGEN (uint32 value) |
MCR - DBGEN. | |
static constexpr uint32 | MCR_RTF (uint32 value) |
MCR - RTF. | |
static constexpr uint32 | MCR_RRF (uint32 value) |
MCR - RRF. | |
static constexpr uint32 | MSR_TDF (uint32 value) |
MSR - TDF. | |
static constexpr uint32 | MSR_RDF (uint32 value) |
MSR - RDF. | |
static constexpr uint32 | MSR_EPF (uint32 value) |
MSR - EPF. | |
static constexpr uint32 | MSR_SDF (uint32 value) |
MSR - SDF. | |
static constexpr uint32 | MSR_NDF (uint32 value) |
MSR - NDF. | |
static constexpr uint32 | MSR_ALF (uint32 value) |
MSR - ALF. | |
static constexpr uint32 | MSR_FEF (uint32 value) |
MSR - FEF. | |
static constexpr uint32 | MSR_PLTF (uint32 value) |
MSR - PLTF. | |
static constexpr uint32 | MSR_DMF (uint32 value) |
MSR - DMF. | |
static constexpr uint32 | MSR_STF (uint32 value) |
MSR - STF. | |
static constexpr uint32 | MSR_MBF (uint32 value) |
MSR - MBF. | |
static constexpr uint32 | MSR_BBF (uint32 value) |
MSR - BBF. | |
static constexpr uint32 | MIER_TDIE (uint32 value) |
MIER - TDIE. | |
static constexpr uint32 | MIER_RDIE (uint32 value) |
MIER - RDIE. | |
static constexpr uint32 | MIER_EPIE (uint32 value) |
MIER - EPIE. | |
static constexpr uint32 | MIER_SDIE (uint32 value) |
MIER - SDIE. | |
static constexpr uint32 | MIER_NDIE (uint32 value) |
MIER - NDIE. | |
static constexpr uint32 | MIER_ALIE (uint32 value) |
MIER - ALIE. | |
static constexpr uint32 | MIER_FEIE (uint32 value) |
MIER - FEIE. | |
static constexpr uint32 | MIER_PLTIE (uint32 value) |
MIER - PLTIE. | |
static constexpr uint32 | MIER_DMIE (uint32 value) |
MIER - DMIE. | |
static constexpr uint32 | MIER_STIE (uint32 value) |
MIER - STIE. | |
static constexpr uint32 | MDER_TDDE (uint32 value) |
MDER - TDDE. | |
static constexpr uint32 | MDER_RDDE (uint32 value) |
MDER - RDDE. | |
static constexpr uint32 | MCFGR0_HREN (uint32 value) |
MCFGR0 - HREN. | |
static constexpr uint32 | MCFGR0_HRPOL (uint32 value) |
MCFGR0 - HRPOL. | |
static constexpr uint32 | MCFGR0_HRSEL (uint32 value) |
MCFGR0 - HRSEL. | |
static constexpr uint32 | MCFGR0_HRDIR (uint32 value) |
MCFGR0 - HRDIR. | |
static constexpr uint32 | MCFGR0_CIRFIFO (uint32 value) |
MCFGR0 - CIRFIFO. | |
static constexpr uint32 | MCFGR0_RDMO (uint32 value) |
MCFGR0 - RDMO. | |
static constexpr uint32 | MCFGR0_RELAX (uint32 value) |
MCFGR0 - RELAX. | |
static constexpr uint32 | MCFGR0_ABORT (uint32 value) |
MCFGR0 - ABORT. | |
static constexpr uint32 | MCFGR1_PRESCALE (uint32 value) |
MCFGR1 - PRESCALE. | |
static constexpr uint32 | MCFGR1_AUTOSTOP (uint32 value) |
MCFGR1 - AUTOSTOP. | |
static constexpr uint32 | MCFGR1_IGNACK (uint32 value) |
MCFGR1 - IGNACK. | |
static constexpr uint32 | MCFGR1_TIMECFG (uint32 value) |
MCFGR1 - TIMECFG. | |
static constexpr uint32 | MCFGR1_STOPCFG (uint32 value) |
MCFGR1 - STOPCFG. | |
static constexpr uint32 | MCFGR1_STARTCFG (uint32 value) |
MCFGR1 - STARTCFG. | |
static constexpr uint32 | MCFGR1_MATCFG (uint32 value) |
MCFGR1 - MATCFG. | |
static constexpr uint32 | MCFGR1_PINCFG (uint32 value) |
MCFGR1 - PINCFG. | |
static constexpr uint32 | MCFGR2_BUSIDLE (uint32 value) |
MCFGR2 - BUSIDLE. | |
static constexpr uint32 | MCFGR2_FILTSCL (uint32 value) |
MCFGR2 - FILTSCL. | |
static constexpr uint32 | MCFGR2_FILTSDA (uint32 value) |
MCFGR2 - FILTSDA. | |
static constexpr uint32 | MCFGR3_PINLOW (uint32 value) |
MCFGR3 - PINLOW. | |
static constexpr uint32 | MDMR_MATCH0 (uint32 value) |
MDMR - MATCH0. | |
static constexpr uint32 | MDMR_MATCH1 (uint32 value) |
MDMR - MATCH1. | |
static constexpr uint32 | MCCR0_CLKLO (uint32 value) |
MCCR0 - CLKLO. | |
static constexpr uint32 | MCCR0_CLKHI (uint32 value) |
MCCR0 - CLKHI. | |
static constexpr uint32 | MCCR0_SETHOLD (uint32 value) |
MCCR0 - SETHOLD. | |
static constexpr uint32 | MCCR0_DATAVD (uint32 value) |
MCCR0 - DATAVD. | |
static constexpr uint32 | MCCR1_CLKLO (uint32 value) |
MCCR1 - CLKLO. | |
static constexpr uint32 | MCCR1_CLKHI (uint32 value) |
MCCR1 - CLKHI. | |
static constexpr uint32 | MCCR1_SETHOLD (uint32 value) |
MCCR1 - SETHOLD. | |
static constexpr uint32 | MCCR1_DATAVD (uint32 value) |
MCCR1 - DATAVD. | |
static constexpr uint32 | MFCR_TXWATER (uint32 value) |
MFCR - TXWATER. | |
static constexpr uint32 | MFCR_RXWATER (uint32 value) |
MFCR - RXWATER. | |
static constexpr uint32 | MFSR_TXCOUNT (uint32 value) |
MFSR - TXCOUNT. | |
static constexpr uint32 | MFSR_RXCOUNT (uint32 value) |
MFSR - RXCOUNT. | |
static constexpr uint32 | MTDR_DATA (uint32 value) |
MTDR - DATA. | |
static constexpr uint32 | MTDR_CMD (uint32 value) |
MTDR - CMD. | |
static constexpr uint32 | MRDR_DATA (uint32 value) |
MRDR - DATA. | |
static constexpr uint32 | MRDR_RXEMPTY (uint32 value) |
MRDR - RXEMPTY. | |
static constexpr uint32 | MRDROR_DATA (uint32 value) |
MRDROR - DATA. | |
static constexpr uint32 | MRDROR_RXEMPTY (uint32 value) |
MRDROR - RXEMPTY. | |
static constexpr uint32 | SCR_SEN (uint32 value) |
SCR - SEN. | |
static constexpr uint32 | SCR_RST (uint32 value) |
SCR - RST. | |
static constexpr uint32 | SCR_FILTEN (uint32 value) |
SCR - FILTEN. | |
static constexpr uint32 | SCR_FILTDZ (uint32 value) |
SCR - FILTDZ. | |
static constexpr uint32 | SCR_RTF (uint32 value) |
SCR - RTF. | |
static constexpr uint32 | SCR_RRF (uint32 value) |
SCR - RRF. | |
static constexpr uint32 | SSR_TDF (uint32 value) |
SSR - TDF. | |
static constexpr uint32 | SSR_RDF (uint32 value) |
SSR - RDF. | |
static constexpr uint32 | SSR_AVF (uint32 value) |
SSR - AVF. | |
static constexpr uint32 | SSR_TAF (uint32 value) |
SSR - TAF. | |
static constexpr uint32 | SSR_RSF (uint32 value) |
SSR - RSF. | |
static constexpr uint32 | SSR_SDF (uint32 value) |
SSR - SDF. | |
static constexpr uint32 | SSR_BEF (uint32 value) |
SSR - BEF. | |
static constexpr uint32 | SSR_FEF (uint32 value) |
SSR - FEF. | |
static constexpr uint32 | SSR_AM0F (uint32 value) |
SSR - AM0F. | |
static constexpr uint32 | SSR_AM1F (uint32 value) |
SSR - AM1F. | |
static constexpr uint32 | SSR_GCF (uint32 value) |
SSR - GCF. | |
static constexpr uint32 | SSR_SARF (uint32 value) |
SSR - SARF. | |
static constexpr uint32 | SSR_SBF (uint32 value) |
SSR - SBF. | |
static constexpr uint32 | SSR_BBF (uint32 value) |
SSR - BBF. | |
static constexpr uint32 | SIER_TDIE (uint32 value) |
SIER - TDIE. | |
static constexpr uint32 | SIER_RDIE (uint32 value) |
SIER - RDIE. | |
static constexpr uint32 | SIER_AVIE (uint32 value) |
SIER - AVIE. | |
static constexpr uint32 | SIER_TAIE (uint32 value) |
SIER - TAIE. | |
static constexpr uint32 | SIER_RSIE (uint32 value) |
SIER - RSIE. | |
static constexpr uint32 | SIER_SDIE (uint32 value) |
SIER - SDIE. | |
static constexpr uint32 | SIER_BEIE (uint32 value) |
SIER - BEIE. | |
static constexpr uint32 | SIER_FEIE (uint32 value) |
SIER - FEIE. | |
static constexpr uint32 | SIER_AM0IE (uint32 value) |
SIER - AM0IE. | |
static constexpr uint32 | SIER_AM1IE (uint32 value) |
SIER - AM1IE. | |
static constexpr uint32 | SIER_GCIE (uint32 value) |
SIER - GCIE. | |
static constexpr uint32 | SIER_SARIE (uint32 value) |
SIER - SARIE. | |
static constexpr uint32 | SDER_TDDE (uint32 value) |
SDER - TDDE. | |
static constexpr uint32 | SDER_RDDE (uint32 value) |
SDER - RDDE. | |
static constexpr uint32 | SDER_AVDE (uint32 value) |
SDER - AVDE. | |
static constexpr uint32 | SDER_RSDE (uint32 value) |
SDER - RSDE. | |
static constexpr uint32 | SDER_SDDE (uint32 value) |
SDER - SDDE. | |
static constexpr uint32 | SCFGR0_RDREQ (uint32 value) |
SCFGR0 - RDREQ. | |
static constexpr uint32 | SCFGR0_RDACK (uint32 value) |
SCFGR0 - RDACK. | |
static constexpr uint32 | SCFGR1_ADRSTALL (uint32 value) |
SCFGR1 - ADRSTALL. | |
static constexpr uint32 | SCFGR1_RXSTALL (uint32 value) |
SCFGR1 - RXSTALL. | |
static constexpr uint32 | SCFGR1_TXDSTALL (uint32 value) |
SCFGR1 - TXDSTALL. | |
static constexpr uint32 | SCFGR1_ACKSTALL (uint32 value) |
SCFGR1 - ACKSTALL. | |
static constexpr uint32 | SCFGR1_RXNACK (uint32 value) |
SCFGR1 - RXNACK. | |
static constexpr uint32 | SCFGR1_GCEN (uint32 value) |
SCFGR1 - GCEN. | |
static constexpr uint32 | SCFGR1_SAEN (uint32 value) |
SCFGR1 - SAEN. | |
static constexpr uint32 | SCFGR1_TXCFG (uint32 value) |
SCFGR1 - TXCFG. | |
static constexpr uint32 | SCFGR1_RXCFG (uint32 value) |
SCFGR1 - RXCFG. | |
static constexpr uint32 | SCFGR1_IGNACK (uint32 value) |
SCFGR1 - IGNACK. | |
static constexpr uint32 | SCFGR1_HSMEN (uint32 value) |
SCFGR1 - HSMEN. | |
static constexpr uint32 | SCFGR1_ADDRCFG (uint32 value) |
SCFGR1 - ADDRCFG. | |
static constexpr uint32 | SCFGR1_RXALL (uint32 value) |
SCFGR1 - RXALL. | |
static constexpr uint32 | SCFGR1_RSCFG (uint32 value) |
SCFGR1 - RSCFG. | |
static constexpr uint32 | SCFGR1_SDCFG (uint32 value) |
SCFGR1 - SDCFG. | |
static constexpr uint32 | SCFGR2_CLKHOLD (uint32 value) |
SCFGR2 - CLKHOLD. | |
static constexpr uint32 | SCFGR2_DATAVD (uint32 value) |
SCFGR2 - DATAVD. | |
static constexpr uint32 | SCFGR2_FILTSCL (uint32 value) |
SCFGR2 - FILTSCL. | |
static constexpr uint32 | SCFGR2_FILTSDA (uint32 value) |
SCFGR2 - FILTSDA. | |
static constexpr uint32 | SAMR_ADDR0 (uint32 value) |
SAMR - ADDR0. | |
static constexpr uint32 | SAMR_ADDR1 (uint32 value) |
SAMR - ADDR1. | |
static constexpr uint32 | SASR_RADDR (uint32 value) |
SASR -RADDR. | |
static constexpr uint32 | SASR_ANV (uint32 value) |
SASR -ANV. | |
static constexpr uint32 | STAR_TXNACK (uint32 value) |
STAR - TXNACK. | |
static constexpr uint32 | STDR_DATA (uint32 value) |
STDR - DATA. | |
static constexpr uint32 | SRDR_DATA (uint32 value) |
SRDR - DATA. | |
static constexpr uint32 | SRDR_RADDR (uint32 value) |
SRDR - RADDR. | |
static constexpr uint32 | SRDR_RXEMPTY (uint32 value) |
SRDR - RXEMPTY. | |
static constexpr uint32 | SRDR_SOF (uint32 value) |
SRDR - SOF. | |
static constexpr uint32 | SRDROR_DATA (uint32 value) |
SRDROR - DATA. | |
static constexpr uint32 | SRDROR_RADDR (uint32 value) |
SRDROR - RADDR. | |
static constexpr uint32 | SRDROR_RXEMPTY (uint32 value) |
SRDROR - RXEMPTY. | |
static constexpr uint32 | SRDROR_SOF (uint32 value) |
SRDROR - SOF. | |
|
inlinestaticconstexpr |
MCCR0 - CLKHI.
Controller Clock Configuration 0 - Clock High Period
|
inlinestaticconstexpr |
MCCR0 - CLKLO.
Controller Clock Configuration 0 - Clock Low Period
|
inlinestaticconstexpr |
MCCR0 - DATAVD.
Controller Clock Configuration 0 - Data Valid Delay
|
inlinestaticconstexpr |
MCCR0 - SETHOLD.
Controller Clock Configuration 0 - Setup Hold Delay
|
inlinestaticconstexpr |
MCCR1 - CLKHI.
Controller Clock Configuration 1 - Clock High Period
|
inlinestaticconstexpr |
MCCR1 - CLKLO.
Controller Clock Configuration 1 - Clock Low Period
|
inlinestaticconstexpr |
MCCR1 - DATAVD.
Controller Clock Configuration 1 - Data Valid Delay
|
inlinestaticconstexpr |
MCCR1 - SETHOLD.
Controller Clock Configuration 1 - Setup Hold Delay
|
inlinestaticconstexpr |
MCFGR0 - ABORT.
Controller Configuration 0 - Abort Transfer
|
inlinestaticconstexpr |
MCFGR0 - CIRFIFO.
Controller Configuration 0 - Circular FIFO Enable
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
MCFGR0 - HREN.
Controller Configuration 0 - Host Request Enable
|
inlinestaticconstexpr |
MCFGR0 - HRPOL.
Controller Configuration 0 - Host Request Polarity
|
inlinestaticconstexpr |
MCFGR0 - HRSEL.
Controller Configuration 0 - Host Request Select
|
inlinestaticconstexpr |
MCFGR0 - RDMO.
Controller Configuration 0 - Receive Data Match Only
|
inlinestaticconstexpr |
MCFGR0 - RELAX.
Controller Configuration 0 - Relaxed Mode
|
inlinestaticconstexpr |
MCFGR1 - AUTOSTOP.
Controller Configuration 1 - Automatic Stop Generation
|
inlinestaticconstexpr |
MCFGR1 - IGNACK.
Controller Configuration 1 - Ignore NACK
|
inlinestaticconstexpr |
MCFGR1 - MATCFG.
Controller Configuration 1 - Match Configuration
|
inlinestaticconstexpr |
MCFGR1 - PINCFG.
Controller Configuration 1 - Pin Configuration
|
inlinestaticconstexpr |
MCFGR1 - PRESCALE.
Controller Configuration 1 - Prescaler
|
inlinestaticconstexpr |
MCFGR1 - STARTCFG.
Controller Configuration 1 - Start Configuration
|
inlinestaticconstexpr |
MCFGR1 - STOPCFG.
Controller Configuration 1 - Stop Configuration
|
inlinestaticconstexpr |
MCFGR1 - TIMECFG.
Controller Configuration 1 - Timeout Configuration
|
inlinestaticconstexpr |
MCFGR2 - BUSIDLE.
Controller Configuration 2 - Bus Idle Timeout
|
inlinestaticconstexpr |
MCFGR2 - FILTSCL.
Controller Configuration 2 - Glitch Filter SCL
|
inlinestaticconstexpr |
MCFGR2 - FILTSDA.
Controller Configuration 2 - Glitch Filter SDA
|
inlinestaticconstexpr |
MCFGR3 - PINLOW.
Controller Configuration 3 - Pin Low Timeout
|
inlinestaticconstexpr |
MCR - DBGEN.
Controller Control - Debug Enable
|
inlinestaticconstexpr |
MCR - DOZEN.
Controller Control - Doze Mode Enable
|
inlinestaticconstexpr |
MCR - MEN.
Controller Control - Controller Enable
|
inlinestaticconstexpr |
MCR - RRF.
Controller Control - Reset Receive FIFO
|
inlinestaticconstexpr |
MCR - RST.
Controller Control - Software Reset
|
inlinestaticconstexpr |
MCR - RTF.
Controller Control - Reset Transmit FIFO
|
inlinestaticconstexpr |
MDER - RDDE.
Controller DMA Enable - Receive Data DMA Enable
|
inlinestaticconstexpr |
MDER - TDDE.
Controller DMA Enable - Transmit Data DMA Enable
|
inlinestaticconstexpr |
MDMR - MATCH0.
Controller Data Match - Match 0 Value
|
inlinestaticconstexpr |
MDMR - MATCH1.
Controller Data Match - Match 1 Value
|
inlinestaticconstexpr |
MFCR - RXWATER.
Controller FIFO Control - Receive FIFO Watermark
|
inlinestaticconstexpr |
MFCR - TXWATER.
Controller FIFO Control - Transmit FIFO Watermark
|
inlinestaticconstexpr |
MFSR - RXCOUNT.
Controller FIFO Status - Receive FIFO Count
|
inlinestaticconstexpr |
MFSR - TXCOUNT.
Controller FIFO Status - Transmit FIFO Count
|
inlinestaticconstexpr |
MIER - ALIE.
Controller Interrupt Enable - Arbitration Lost Interrupt Enable
|
inlinestaticconstexpr |
MIER - DMIE.
Controller Interrupt Enable - Data Match Interrupt Enable
|
inlinestaticconstexpr |
MIER - EPIE.
Controller Interrupt Enable - End Packet Interrupt Enable
|
inlinestaticconstexpr |
MIER - FEIE.
Controller Interrupt Enable - FIFO Error Interrupt Enable
|
inlinestaticconstexpr |
MIER - NDIE.
Controller Interrupt Enable - NACK Detect Interrupt Enable
|
inlinestaticconstexpr |
MIER - PLTIE.
Controller Interrupt Enable - Pin Low Timeout Interrupt Enable
|
inlinestaticconstexpr |
MIER - RDIE.
Controller Interrupt Enable - Receive Data Interrupt Enable
|
inlinestaticconstexpr |
MIER - SDIE.
Controller Interrupt Enable - Stop Detect Interrupt Enable
|
inlinestaticconstexpr |
MIER - STIE.
Controller Interrupt Enable - Start Interrupt Enable
|
inlinestaticconstexpr |
MIER - TDIE.
Controller Interrupt Enable - Transmit Data Interrupt Enable
|
inlinestaticconstexpr |
MRDR - DATA.
Controller Receive Data - Receive Data
|
inlinestaticconstexpr |
MRDR - RXEMPTY.
Controller Receive Data - Receive Empty
|
inlinestaticconstexpr |
MRDROR - DATA.
Controller Receive Data Read Only - Receive Data
|
inlinestaticconstexpr |
MRDROR - RXEMPTY.
Controller Receive Data Read Only - RX Empty
|
inlinestaticconstexpr |
MSR - ALF.
Controller Status - Arbitration Lost Flag
|
inlinestaticconstexpr |
MSR - BBF.
Controller Status - Bus Busy Flag
|
inlinestaticconstexpr |
MSR - DMF.
Controller Status - Data Match Flag
|
inlinestaticconstexpr |
MSR - EPF.
Controller Status - End Packet Flag
|
inlinestaticconstexpr |
MSR - FEF.
Controller Status - FIFO Error Flag
|
inlinestaticconstexpr |
MSR - MBF.
Controller Status - Controller Busy Flag
|
inlinestaticconstexpr |
MSR - NDF.
Controller Status - NACK Detect Flag
|
inlinestaticconstexpr |
MSR - PLTF.
Controller Status - Pin Low Timeout Flag
|
inlinestaticconstexpr |
MSR - RDF.
Controller Status - Receive Data Flag
|
inlinestaticconstexpr |
MSR - SDF.
Controller Status - Stop Detect Flag
|
inlinestaticconstexpr |
MSR - STF.
Controller Status - Start Flag
|
inlinestaticconstexpr |
MSR - TDF.
Controller Status - Transmit Data Flag
|
inlinestaticconstexpr |
MTDR - CMD.
Controller Transmit Data - Command Data
|
inlinestaticconstexpr |
MTDR - DATA.
Controller Transmit Data - Transmit Data
|
inlinestaticconstexpr |
PARAM - MRXFIFO.
Parameter - Controller Receive FIFO Size
|
inlinestaticconstexpr |
PARAM - MTXFIFO.
Parameter - Controller Transmit FIFO Size
|
inlinestaticconstexpr |
SAMR - ADDR0.
Target Address Match - Address 0 Value
|
inlinestaticconstexpr |
SAMR - ADDR1.
Target Address Match - Address 1 Value
|
inlinestaticconstexpr |
SASR -ANV.
Target Address Status - Address Not Valid
|
inlinestaticconstexpr |
SASR -RADDR.
Target Address Status - Received Address
|
inlinestaticconstexpr |
SCFGR0 - RDACK.
Target Configuration 0 - Read Acknowledge Flag
|
inlinestaticconstexpr |
SCFGR0 - RDREQ.
Target Configuration 0 - Read Request
|
inlinestaticconstexpr |
SCFGR1 - ACKSTALL.
Target Configuration 1 - ACK SCL Stall
|
inlinestaticconstexpr |
SCFGR1 - ADDRCFG.
Target Configuration 1 - Address Configuration
|
inlinestaticconstexpr |
SCFGR1 - ADRSTALL.
Target Configuration 1 - Address SCL Stall
|
inlinestaticconstexpr |
SCFGR1 - GCEN.
Target Configuration 1 - General Call Enable
|
inlinestaticconstexpr |
SCFGR1 - HSMEN.
Target Configuration 1 - HS Mode Enable
|
inlinestaticconstexpr |
SCFGR1 - IGNACK.
Target Configuration 1 - Ignore NACK
|
inlinestaticconstexpr |
SCFGR1 - RSCFG.
Target Configuration 1 - Repeated Start Configuration
|
inlinestaticconstexpr |
SCFGR1 - RXALL.
Target Configuration 1 - Receive All
|
inlinestaticconstexpr |
SCFGR1 - RXCFG.
Target Configuration 1 - Receive Data Configuration
|
inlinestaticconstexpr |
SCFGR1 - RXNACK.
Target Configuration 1 - Receive NACK
|
inlinestaticconstexpr |
SCFGR1 - RXSTALL.
Target Configuration 1 - RX SCL Stall
|
inlinestaticconstexpr |
SCFGR1 - SAEN.
Target Configuration 1 - SMBus Alert Enable
|
inlinestaticconstexpr |
SCFGR1 - SDCFG.
Target Configuration 1 - Stop Detect Configuration
|
inlinestaticconstexpr |
SCFGR1 - TXCFG.
Target Configuration 1 - Transmit Flag Configuration
|
inlinestaticconstexpr |
SCFGR1 - TXDSTALL.
Target Configuration 1 - Transmit Data SCL Stall
|
inlinestaticconstexpr |
SCFGR2 - CLKHOLD.
Target Configuration 2 - Clock Hold Time
|
inlinestaticconstexpr |
SCFGR2 - DATAVD.
Target Configuration 2 - Data Valid Delay
|
inlinestaticconstexpr |
SCFGR2 - FILTSCL.
Target Configuration 2 - Glitch Filter SCL
|
inlinestaticconstexpr |
SCFGR2 - FILTSDA.
Target Configuration 2 - Glitch Filter SDA
|
inlinestaticconstexpr |
SCR - FILTDZ.
Target Control - Filter Doze Enable
|
inlinestaticconstexpr |
SCR - FILTEN.
Target Control - Filter Enable
|
inlinestaticconstexpr |
SCR - RRF.
Target Control - Reset Receive FIFO
|
inlinestaticconstexpr |
SCR - RST.
Target Control - Software Reset
|
inlinestaticconstexpr |
SCR - RTF.
Target Control - Reset Transmit FIFO
|
inlinestaticconstexpr |
SCR - SEN.
Target Control - Target Enable
|
inlinestaticconstexpr |
SDER - AVDE.
Target DMA Enable - Address Valid DMA Enable
|
inlinestaticconstexpr |
SDER - RDDE.
Target DMA Enable - Receive Data DMA Enable
|
inlinestaticconstexpr |
SDER - RSDE.
Target DMA Enable - Repeated Start DMA Enable
|
inlinestaticconstexpr |
SDER - SDDE.
Target DMA Enable - Stop Detect DMA Enable
|
inlinestaticconstexpr |
SDER - TDDE.
Target DMA Enable - Transmit Data DMA Enable
|
inlinestaticconstexpr |
SIER - AM0IE.
Target Interrupt Enable - Address Match 0 Interrupt Enable
|
inlinestaticconstexpr |
SIER - AM1IE.
Target Interrupt Enable - Address Match 1 Interrupt Enable
|
inlinestaticconstexpr |
SIER - AVIE.
Target Interrupt Enable - Address Valid Interrupt Enable
|
inlinestaticconstexpr |
SIER - BEIE.
Target Interrupt Enable - Bit Error Interrupt Enable
|
inlinestaticconstexpr |
SIER - FEIE.
Target Interrupt Enable - FIFO Error Interrupt Enable
|
inlinestaticconstexpr |
SIER - GCIE.
Target Interrupt Enable - General Call Interrupt Enable
|
inlinestaticconstexpr |
SIER - RDIE.
Target Interrupt Enable - Receive Data Interrupt Enable
|
inlinestaticconstexpr |
SIER - RSIE.
Target Interrupt Enable - Repeated Start Interrupt Enable
|
inlinestaticconstexpr |
SIER - SARIE.
Target Interrupt Enable - SMBus Alert Response Interrupt Enable
|
inlinestaticconstexpr |
SIER - SDIE.
Target Interrupt Enable - Stop Detect Interrupt Enable
|
inlinestaticconstexpr |
SIER - TAIE.
Target Interrupt Enable - Transmit ACK Interrupt Enable
|
inlinestaticconstexpr |
SIER - TDIE.
Target Interrupt Enable - Transmit Data Interrupt Enable
|
inlinestaticconstexpr |
SRDR - DATA.
Target Receive Data - Received Data
|
inlinestaticconstexpr |
SRDR - RADDR.
Target Receive Data - Received Address
|
inlinestaticconstexpr |
SRDR - RXEMPTY.
Target Receive Data - Receive Empty
|
inlinestaticconstexpr |
SRDR - SOF.
Target Receive Data - Start of Frame
|
inlinestaticconstexpr |
SRDROR - DATA.
Target Receive Data Read Only - Receive Data
|
inlinestaticconstexpr |
SRDROR - RADDR.
Target Receive Data Read Only - Received Address
|
inlinestaticconstexpr |
SRDROR - RXEMPTY.
Target Receive Data Read Only - Receive Empty
|
inlinestaticconstexpr |
SRDROR - SOF.
Target Receive Data Read Only - Start of Frame
|
inlinestaticconstexpr |
SSR - AM0F.
Target Status - Address Match 0 Flag
|
inlinestaticconstexpr |
SSR - AM1F.
Target Status - Address Match 1 Flag
|
inlinestaticconstexpr |
SSR - AVF.
Target Status - Address Valid Flag
|
inlinestaticconstexpr |
SSR - BBF.
Target Status - Bus Busy Flag
|
inlinestaticconstexpr |
SSR - BEF.
Target Status - Bit Error Flag
|
inlinestaticconstexpr |
SSR - FEF.
Target Status - FIFO Error Flag
|
inlinestaticconstexpr |
SSR - GCF.
Target Status - General Call Flag
|
inlinestaticconstexpr |
SSR - RDF.
Target Status - Receive Data Flag
|
inlinestaticconstexpr |
SSR - RSF.
Target Status - Repeated Start Flag
|
inlinestaticconstexpr |
SSR - SARF.
Target Status - SMBus Alert Response Flag
|
inlinestaticconstexpr |
SSR - SBF.
Target Status - Target Busy Flag
|
inlinestaticconstexpr |
SSR - SDF.
Target Status - Stop Detect Flag
|
inlinestaticconstexpr |
SSR - TAF.
Target Status - Transmit ACK Flag
|
inlinestaticconstexpr |
SSR - TDF.
Target Status - Transmit Data Flag
|
inlinestaticconstexpr |
STAR - TXNACK.
Target Transmit ACK - Transmit NACK
|
inlinestaticconstexpr |
STDR - DATA.
Target Transmit Data - Transmit Data
|
inlinestaticconstexpr |
VERID - FEATURE.
Version ID - Feature Specification Number
|
inlinestaticconstexpr |
VERID - MAJOR.
Version ID - Major Version Number
|
inlinestaticconstexpr |
VERID - MINOR.
Version ID - Minor Version Number