mFrame
載入中...
搜尋中...
無符合項目
chip::lpuart::LPUART 類別 參考文件
類別chip::lpuart::LPUART的繼承圖:
mframe::lang::Object mframe::lang::Interface

公開方法(Public Methods)

virtual ~LPUART (void) override
 Destroy the object.
 
- 公開方法(Public Methods) 繼承自 mframe::lang::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::ObjectgetObject (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::ThreadcurrentThread (void) const
 取得當前的執行緒
 
virtual int hashcode (void) const
 返回對象的哈希碼值。支持這種方法是為了散列表,如HashMap提供的那樣。
 
- 公開方法(Public Methods) 繼承自 mframe::lang::Interface
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_TXFIFO (uint32 value)
 PARAM - TXFIFO.
 
static constexpr uint32 PARAM_RXFIFO (uint32 value)
 PARAM - RXFIFO.
 
static constexpr uint32 GLOBAL_RST (uint32 value)
 GLOBAL - RST.
 
static constexpr uint32 PINCFG_TRGSEL (uint32 value)
 PINCFG - TRGSEL.
 
static constexpr uint32 BAUD_SBR (uint32 value)
 BAUD - SBR.
 
static constexpr uint32 BAUD_SBNS (uint32 value)
 BAUD - SBNS.
 
static constexpr uint32 BAUD_RXEDGIE (uint32 value)
 BAUD - RXEDGIE.
 
static constexpr uint32 BAUD_LBKDIE (uint32 value)
 BAUD - LBKDIE.
 
static constexpr uint32 BAUD_RESYNCDIS (uint32 value)
 BAUD - RESYNCDIS.
 
static constexpr uint32 BAUD_BOTHEDGE (uint32 value)
 BAUD - BOTHEDGE.
 
static constexpr uint32 BAUD_MATCFG (uint32 value)
 BAUD - MATCFG.
 
static constexpr uint32 BAUD_RIDMAE (uint32 value)
 BAUD - RIDMAE.
 
static constexpr uint32 BAUD_RDMAE (uint32 value)
 BAUD - RDMAE.
 
static constexpr uint32 BAUD_TDMAE (uint32 value)
 BAUD - TDMAE.
 
static constexpr uint32 BAUD_OSR (uint32 value)
 BAUD - OSR.
 
static constexpr uint32 BAUD_M10 (uint32 value)
 BAUD - M10.
 
static constexpr uint32 BAUD_MAEN2 (uint32 value)
 BAUD - MAEN2.
 
static constexpr uint32 BAUD_MAEN1 (uint32 value)
 BAUD - MAEN1.
 
static constexpr uint32 STAT_LBKFE (uint32 value)
 STAT - LBKFE.
 
static constexpr uint32 STAT_AME (uint32 value)
 STAT - AME.
 
static constexpr uint32 STAT_MA2F (uint32 value)
 STAT - MA2F.
 
static constexpr uint32 STAT_MA1F (uint32 value)
 STAT - MA1F.
 
static constexpr uint32 STAT_PF (uint32 value)
 STAT - PF.
 
static constexpr uint32 STAT_FE (uint32 value)
 STAT - FE.
 
static constexpr uint32 STAT_NF (uint32 value)
 STAT - NF.
 
static constexpr uint32 STAT_OR (uint32 value)
 STAT - OR.
 
static constexpr uint32 STAT_IDLE (uint32 value)
 STAT - IDLE.
 
static constexpr uint32 STAT_RDRF (uint32 value)
 STAT - RDRF.
 
static constexpr uint32 STAT_TC (uint32 value)
 STAT - TC.
 
static constexpr uint32 STAT_TDRE (uint32 value)
 STAT - TDRE.
 
static constexpr uint32 STAT_RAF (uint32 value)
 STAT - RAF - Receiver Active Flag.
 
static constexpr uint32 STAT_LBKDE (uint32 value)
 STAT - LBKDE.
 
static constexpr uint32 STAT_BRK13 (uint32 value)
 STAT - BRK13.
 
static constexpr uint32 STAT_RWUID (uint32 value)
 STAT - RWUID.
 
static constexpr uint32 STAT_RXINV (uint32 value)
 STAT - RXINV.
 
static constexpr uint32 STAT_MSBF (uint32 value)
 STAT - MSBF.
 
static constexpr uint32 STAT_RXEDGIF (uint32 value)
 STAT - RXEDGIF.
 
static constexpr uint32 STAT_LBKDIF (uint32 value)
 STAT - LBKDIF.
 
static constexpr uint32 CTRL_PT (uint32 value)
 CTRL - PT.
 
static constexpr uint32 CTRL_PE (uint32 value)
 CTRL - PE.
 
static constexpr uint32 CTRL_ILT (uint32 value)
 CTRL - ILT.
 
static constexpr uint32 CTRL_WAKE (uint32 value)
 CTRL - WAKE.
 
static constexpr uint32 CTRL_M (uint32 value)
 CTRL - M.
 
static constexpr uint32 CTRL_RSRC (uint32 value)
 CTRL - RSRC.
 
static constexpr uint32 CTRL_DOZEEN (uint32 value)
 CTRL - DOZEEN.
 
static constexpr uint32 CTRL_LOOPS (uint32 value)
 CTRL - LOOPS.
 
static constexpr uint32 CTRL_IDLECFG (uint32 value)
 CTRL - IDLECFG.
 
static constexpr uint32 CTRL_M7 (uint32 value)
 CTRL - M7.
 
static constexpr uint32 CTRL_MA2IE (uint32 value)
 CTRL - MA2IE.
 
static constexpr uint32 CTRL_MA1IE (uint32 value)
 CTRL - MA1IE.
 
static constexpr uint32 CTRL_SBK (uint32 value)
 CTRL - SBK.
 
static constexpr uint32 CTRL_RWU (uint32 value)
 CTRL - RWU.
 
static constexpr uint32 CTRL_RE (uint32 value)
 CTRL - RE.
 
static constexpr uint32 CTRL_TE (uint32 value)
 CTRL - TE.
 
static constexpr uint32 CTRL_ILIE (uint32 value)
 CTRL - ILIE.
 
static constexpr uint32 CTRL_RIE (uint32 value)
 CTRL - RIE.
 
static constexpr uint32 CTRL_TCIE (uint32 value)
 CTRL - TCIE.
 
static constexpr uint32 CTRL_TIE (uint32 value)
 CTRL - TIE.
 
static constexpr uint32 CTRL_PEIE (uint32 value)
 CTRL - PEIE.
 
static constexpr uint32 CTRL_FEIE (uint32 value)
 CTRL - FEIE.
 
static constexpr uint32 CTRL_NEIE (uint32 value)
 CTRL - NEIE.
 
static constexpr uint32 CTRL_ORIE (uint32 value)
 CTRL - ORIE.
 
static constexpr uint32 CTRL_TXINV (uint32 value)
 CTRL - TXINV.
 
static constexpr uint32 CTRL_TXDIR (uint32 value)
 CTRL - TXDIR.
 
static constexpr uint32 CTRL_R9T8 (uint32 value)
 CTRL - R9T8.
 
static constexpr uint32 CTRL_R8T9 (uint32 value)
 CTRL - R8T9.
 
static constexpr uint32 DATA_R0T0 (uint32 value)
 DATA - R0T0.
 
static constexpr uint32 DATA_R1T1 (uint32 value)
 DATA - R1T1.
 
static constexpr uint32 DATA_R2T2 (uint32 value)
 DATA - R2T2.
 
static constexpr uint32 DATA_R3T3 (uint32 value)
 DATA - R3T3.
 
static constexpr uint32 DATA_R4T4 (uint32 value)
 DATA - R4T4.
 
static constexpr uint32 DATA_R5T5 (uint32 value)
 DATA - R5T5.
 
static constexpr uint32 DATA_R6T6 (uint32 value)
 DATA - R6T6.
 
static constexpr uint32 DATA_R7T7 (uint32 value)
 DATA - R7T7.
 
static constexpr uint32 DATA_R8T8 (uint32 value)
 DATA - R8T8.
 
static constexpr uint32 DATA_R9T9 (uint32 value)
 DATA - R9T9.
 
static constexpr uint32 DATA_LINBRK (uint32 value)
 DATA - LINBRK.
 
static constexpr uint32 DATA_IDLINE (uint32 value)
 DATA - IDLINE.
 
static constexpr uint32 DATA_RXEMPT (uint32 value)
 DATA - RXEMPT.
 
static constexpr uint32 DATA_FRETSC (uint32 value)
 DATA - FRETSC.
 
static constexpr uint32 DATA_PARITYE (uint32 value)
 DATA - PARITYE.
 
static constexpr uint32 DATA_NOISY (uint32 value)
 DATA - NOISY.
 
static constexpr uint32 MATCH_MA1 (uint32 value)
 MATCH - MA1.
 
static constexpr uint32 MATCH_MA2 (uint32 value)
 MATCH - MA2.
 
static constexpr uint32 MODIR_TXCTSE (uint32 value)
 MODIR - TXCTSE.
 
static constexpr uint32 MODIR_TXRTSE (uint32 value)
 MODIR - TXRTSE.
 
static constexpr uint32 MODIR_TXRTSPOL (uint32 value)
 MODIR - TXRTSPOL.
 
static constexpr uint32 MODIR_RXRTSE (uint32 value)
 MODIR - RXRTSE.
 
static constexpr uint32 MODIR_TXCTSC (uint32 value)
 MODIR - TXCTSC.
 
static constexpr uint32 MODIR_TXCTSSRC (uint32 value)
 MODIR - TXCTSSRC.
 
static constexpr uint32 MODIR_RTSWATER (uint32 value)
 MODIR - RTSWATER.
 
static constexpr uint32 MODIR_TNP (uint32 value)
 MODIR - TNP.
 
static constexpr uint32 MODIR_IREN (uint32 value)
 MODIR - IREN.
 
static constexpr uint32 FIFO_RXFIFOSIZE (uint32 value)
 FIFO - RXFIFOSIZE.
 
static constexpr uint32 FIFO_RXFE (uint32 value)
 FIFO - RXFE.
 
static constexpr uint32 FIFO_TXFIFOSIZE (uint32 value)
 FIFO - TXFIFOSIZE.
 
static constexpr uint32 FIFO_TXFE (uint32 value)
 FIFO - TXFE.
 
static constexpr uint32 FIFO_RXUFE (uint32 value)
 FIFO - RXUFE.
 
static constexpr uint32 FIFO_TXOFE (uint32 value)
 FIFO - TXOFE.
 
static constexpr uint32 FIFO_RXIDEN (uint32 value)
 FIFO - RXIDEN.
 
static constexpr uint32 FIFO_RXFLUSH (uint32 value)
 FIFO - RXFLUSH.
 
static constexpr uint32 FIFO_TXFLUSH (uint32 value)
 FIFO - TXFLUSH.
 
static constexpr uint32 FIFO_RXUF (uint32 value)
 FIFO - RXUF.
 
static constexpr uint32 FIFO_TXOF (uint32 value)
 FIFO - TXOF.
 
static constexpr uint32 FIFO_RXEMPT (uint32 value)
 FIFO - RXEMPT.
 
static constexpr uint32 FIFO_TXEMPT (uint32 value)
 FIFO - TXEMPT.
 
static constexpr uint32 WATER_TXWATER (uint32 value)
 WATER - TXWATER.
 
static constexpr uint32 WATER_TXCOUNT (uint32 value)
 WATER - TXCOUNT.
 
static constexpr uint32 WATER_RXWATER (uint32 value)
 WATER - RXWATER.
 
static constexpr uint32 WATER_RXCOUNT (uint32 value)
 WATER - RXCOUNT.
 
static constexpr uint32 DATARO_DATA (uint32 value)
 DATARO - DATA.
 

函式成員說明文件

◆ BAUD_BOTHEDGE()

static constexpr uint32 chip::lpuart::LPUART::BAUD_BOTHEDGE ( uint32 value)
inlinestaticconstexpr

BAUD - BOTHEDGE.

Baud Rate - Both Edge Sampling

  • [0b0]Rising edge
  • [0b1]Both rising and falling edges

◆ BAUD_LBKDIE()

static constexpr uint32 chip::lpuart::LPUART::BAUD_LBKDIE ( uint32 value)
inlinestaticconstexpr

BAUD - LBKDIE.

Baud Rate - LIN Break Detect Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ BAUD_M10()

static constexpr uint32 chip::lpuart::LPUART::BAUD_M10 ( uint32 value)
inlinestaticconstexpr

BAUD - M10.

Baud Rate - 10-Bit Mode Select

  • [0b0]Receiver and transmitter use 7-bit to 9-bit data characters
  • [0b1]Receiver and transmitter use 10-bit data characters

◆ BAUD_MAEN1()

static constexpr uint32 chip::lpuart::LPUART::BAUD_MAEN1 ( uint32 value)
inlinestaticconstexpr

BAUD - MAEN1.

Baud Rate - Match Address Mode Enable 1

  • [0b0]Disable
  • [0b1]Enable

◆ BAUD_MAEN2()

static constexpr uint32 chip::lpuart::LPUART::BAUD_MAEN2 ( uint32 value)
inlinestaticconstexpr

BAUD - MAEN2.

Baud Rate - Match Address Mode Enable 2

  • [0b0]Disable
  • [0b1]Enable

◆ BAUD_MATCFG()

static constexpr uint32 chip::lpuart::LPUART::BAUD_MATCFG ( uint32 value)
inlinestaticconstexpr

BAUD - MATCFG.

Baud Rate - Match Configuration

  • [0b00]Address match wake-up
  • [0b01]Idle match wake-up
  • [0b10]Match on and match off
  • [0b11]Enables RWU on data match and match on or off for the transmitter CTS input

◆ BAUD_OSR()

static constexpr uint32 chip::lpuart::LPUART::BAUD_OSR ( uint32 value)
inlinestaticconstexpr

BAUD - OSR.

Baud Rate - Oversampling Ratio

  • [0b00000]Results in an OSR of 16
  • [0b00001]Reserved
  • [0b00010]Reserved
  • [0b00011]Results in an OSR of 4 (requires BAUD[BOTHEDGE] to be 1)
  • [0b00100]Results in an OSR of 5 (requires BAUD[BOTHEDGE] to be 1)
  • [0b00101]Results in an OSR of 6 (requires BAUD[BOTHEDGE] to be 1)
  • [0b00110]Results in an OSR of 7 (requires BAUD[BOTHEDGE] to be 1)
  • [0b00111]Results in an OSR of 8
  • [0b01000]Results in an OSR of 9
  • [0b01001]Results in an OSR of 10
  • [0b01010]Results in an OSR of 11
  • [0b01011]Results in an OSR of 12
  • [0b01100]Results in an OSR of 13
  • [0b01101]Results in an OSR of 14
  • [0b01110]Results in an OSR of 15
  • [0b01111]Results in an OSR of 16
  • [0b10000]Results in an OSR of 17
  • [0b10001]Results in an OSR of 18
  • [0b10010]Results in an OSR of 19
  • [0b10011]Results in an OSR of 20
  • [0b10100]Results in an OSR of 21
  • [0b10101]Results in an OSR of 22
  • [0b10110]Results in an OSR of 23
  • [0b10111]Results in an OSR of 24
  • [0b11000]Results in an OSR of 25
  • [0b11001]Results in an OSR of 26
  • [0b11010]Results in an OSR of 27
  • [0b11011]Results in an OSR of 28
  • [0b11100]Results in an OSR of 29
  • [0b11101]Results in an OSR of 30
  • [0b11110]Results in an OSR of 31
  • [0b11111]Results in an OSR of 32

◆ BAUD_RDMAE()

static constexpr uint32 chip::lpuart::LPUART::BAUD_RDMAE ( uint32 value)
inlinestaticconstexpr

BAUD - RDMAE.

Baud Rate - Receiver Full DMA Enable

  • [0b0]Disable
  • [0b1]Enable

◆ BAUD_RESYNCDIS()

static constexpr uint32 chip::lpuart::LPUART::BAUD_RESYNCDIS ( uint32 value)
inlinestaticconstexpr

BAUD - RESYNCDIS.

Baud Rate - Resynchronization Disable

  • [0b0]Enable
  • [0b1]Disable

◆ BAUD_RIDMAE()

static constexpr uint32 chip::lpuart::LPUART::BAUD_RIDMAE ( uint32 value)
inlinestaticconstexpr

BAUD - RIDMAE.

Baud Rate - Receiver Idle DMA Enable

  • [0b0]Disable
  • [0b1]Enable

◆ BAUD_RXEDGIE()

static constexpr uint32 chip::lpuart::LPUART::BAUD_RXEDGIE ( uint32 value)
inlinestaticconstexpr

BAUD - RXEDGIE.

Baud Rate - RX Input Active Edge Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ BAUD_SBNS()

static constexpr uint32 chip::lpuart::LPUART::BAUD_SBNS ( uint32 value)
inlinestaticconstexpr

BAUD - SBNS.

Baud Rate - Stop Bit Number Select

  • [0b0]One stop bit
  • [0b1]Two stop bits

◆ BAUD_SBR()

static constexpr uint32 chip::lpuart::LPUART::BAUD_SBR ( uint32 value)
inlinestaticconstexpr

BAUD - SBR.

Baud Rate - Baud Rate Modulo Divisor

◆ BAUD_TDMAE()

static constexpr uint32 chip::lpuart::LPUART::BAUD_TDMAE ( uint32 value)
inlinestaticconstexpr

BAUD - TDMAE.

Baud Rate - Transmitter DMA Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_DOZEEN()

static constexpr uint32 chip::lpuart::LPUART::CTRL_DOZEEN ( uint32 value)
inlinestaticconstexpr

CTRL - DOZEEN.

Control - Doze Mode

  • [0b0]Enable
  • [0b1]Disable

◆ CTRL_FEIE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_FEIE ( uint32 value)
inlinestaticconstexpr

CTRL - FEIE.

Control - Framing Error Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_IDLECFG()

static constexpr uint32 chip::lpuart::LPUART::CTRL_IDLECFG ( uint32 value)
inlinestaticconstexpr

CTRL - IDLECFG.

Control - Idle Configuration

  • [0b000]1
  • [0b001]2
  • [0b010]4
  • [0b011]8
  • [0b100]16
  • [0b101]32
  • [0b110]64
  • [0b111]128

◆ CTRL_ILIE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_ILIE ( uint32 value)
inlinestaticconstexpr

CTRL - ILIE.

Control - Idle Line Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_ILT()

static constexpr uint32 chip::lpuart::LPUART::CTRL_ILT ( uint32 value)
inlinestaticconstexpr

CTRL - ILT.

Control - Idle Line Type Select

  • [0b0]After the start bit
  • [0b1]After the stop bit

◆ CTRL_LOOPS()

static constexpr uint32 chip::lpuart::LPUART::CTRL_LOOPS ( uint32 value)
inlinestaticconstexpr

CTRL - LOOPS.

Control - Loop Mode Select

  • [0b0]Normal operation: RXD and TXD use separate pins
  • [0b1]Loop mode or Single-Wire mode

◆ CTRL_M()

static constexpr uint32 chip::lpuart::LPUART::CTRL_M ( uint32 value)
inlinestaticconstexpr

CTRL - M.

Control - 9-Bit Or 8-Bit Mode Select

  • [0b0]8-bit
  • [0b1]9-bit

◆ CTRL_M7()

static constexpr uint32 chip::lpuart::LPUART::CTRL_M7 ( uint32 value)
inlinestaticconstexpr

CTRL - M7.

Control - 7-Bit Mode Select

  • [0b0]8-bit to 10-bit
  • [0b1]7-bit

◆ CTRL_MA1IE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_MA1IE ( uint32 value)
inlinestaticconstexpr

CTRL - MA1IE.

Control - Match 1 (MA1F) Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_MA2IE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_MA2IE ( uint32 value)
inlinestaticconstexpr

CTRL - MA2IE.

Control - Match 2 (MA2F) Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_NEIE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_NEIE ( uint32 value)
inlinestaticconstexpr

CTRL - NEIE.

Control - Noise Error Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_ORIE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_ORIE ( uint32 value)
inlinestaticconstexpr

CTRL - ORIE.

Control - Overrun Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_PE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_PE ( uint32 value)
inlinestaticconstexpr

CTRL - PE.

Control - Parity Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_PEIE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_PEIE ( uint32 value)
inlinestaticconstexpr

CTRL - PEIE.

Control - Parity Error Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_PT()

static constexpr uint32 chip::lpuart::LPUART::CTRL_PT ( uint32 value)
inlinestaticconstexpr

CTRL - PT.

Control - Parity Type

  • [0b0]Even parity
  • [0b1]Odd parity

◆ CTRL_R8T9()

static constexpr uint32 chip::lpuart::LPUART::CTRL_R8T9 ( uint32 value)
inlinestaticconstexpr

CTRL - R8T9.

Control - Receive Bit 8 Transmit Bit 9

◆ CTRL_R9T8()

static constexpr uint32 chip::lpuart::LPUART::CTRL_R9T8 ( uint32 value)
inlinestaticconstexpr

CTRL - R9T8.

Control - Receive Bit 9 Transmit Bit 8

◆ CTRL_RE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_RE ( uint32 value)
inlinestaticconstexpr

CTRL - RE.

Control - Receiver Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_RIE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_RIE ( uint32 value)
inlinestaticconstexpr

CTRL - RIE.

Control - Receiver Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_RSRC()

static constexpr uint32 chip::lpuart::LPUART::CTRL_RSRC ( uint32 value)
inlinestaticconstexpr

CTRL - RSRC.

Control - Receiver Source Select

  • [0b0]Internal Loopback mode
  • [0b1]Single-wire mode

◆ CTRL_RWU()

static constexpr uint32 chip::lpuart::LPUART::CTRL_RWU ( uint32 value)
inlinestaticconstexpr

CTRL - RWU.

Control - Receiver Wake-Up Control

  • [0b0]Normal receiver operation
  • [0b1]LPUART receiver in standby, waiting for a wake-up condition

◆ CTRL_SBK()

static constexpr uint32 chip::lpuart::LPUART::CTRL_SBK ( uint32 value)
inlinestaticconstexpr

CTRL - SBK.

Control - Send Break

  • [0b0]Normal transmitter operation
  • [0b1]Queue break character(s) to be sent

◆ CTRL_TCIE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_TCIE ( uint32 value)
inlinestaticconstexpr

CTRL - TCIE.

Control - Transmission Complete Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_TE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_TE ( uint32 value)
inlinestaticconstexpr

CTRL - TE.

Control - Transmitter Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_TIE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_TIE ( uint32 value)
inlinestaticconstexpr

CTRL - TIE.

Control - Transmit Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ CTRL_TXDIR()

static constexpr uint32 chip::lpuart::LPUART::CTRL_TXDIR ( uint32 value)
inlinestaticconstexpr

CTRL - TXDIR.

Control - TXD Pin Direction in Single-Wire Mode

  • [0b0]Input
  • [0b1]Output

◆ CTRL_TXINV()

static constexpr uint32 chip::lpuart::LPUART::CTRL_TXINV ( uint32 value)
inlinestaticconstexpr

CTRL - TXINV.

Control - Transmit Data Inversion

  • [0b0]Not inverted
  • [0b1]Inverted

◆ CTRL_WAKE()

static constexpr uint32 chip::lpuart::LPUART::CTRL_WAKE ( uint32 value)
inlinestaticconstexpr

CTRL - WAKE.

Control - Receiver Wake-Up Method Select

  • [0b0]Idle
  • [0b1]Mark

◆ DATA_FRETSC()

static constexpr uint32 chip::lpuart::LPUART::DATA_FRETSC ( uint32 value)
inlinestaticconstexpr

DATA - FRETSC.

Data - Frame Error Transmit Special Character

  • [0b0]Received without a frame error on reads or transmits a normal character on writes
  • [0b1]Received with a frame error on reads or transmits an idle or break character on writes

◆ DATA_IDLINE()

static constexpr uint32 chip::lpuart::LPUART::DATA_IDLINE ( uint32 value)
inlinestaticconstexpr

DATA - IDLINE.

Data - Idle Line

  • [0b0]Not idle
  • [0b1]Idle

◆ DATA_LINBRK()

static constexpr uint32 chip::lpuart::LPUART::DATA_LINBRK ( uint32 value)
inlinestaticconstexpr

DATA - LINBRK.

Data - LIN Break

  • [0b0]Not detected
  • [0b1]Detected

◆ DATA_NOISY()

static constexpr uint32 chip::lpuart::LPUART::DATA_NOISY ( uint32 value)
inlinestaticconstexpr

DATA - NOISY.

Data - Noisy Data Received

  • [0b0]Received without noise
  • [0b1]Received with noise

◆ DATA_PARITYE()

static constexpr uint32 chip::lpuart::LPUART::DATA_PARITYE ( uint32 value)
inlinestaticconstexpr

DATA - PARITYE.

Data - Parity Error

  • [0b0]Received without a parity error
  • [0b1]Received with a parity error

◆ DATA_R0T0()

static constexpr uint32 chip::lpuart::LPUART::DATA_R0T0 ( uint32 value)
inlinestaticconstexpr

DATA - R0T0.

Data - Read receive FIFO bit 0 or write transmit FIFO bit 0

◆ DATA_R1T1()

static constexpr uint32 chip::lpuart::LPUART::DATA_R1T1 ( uint32 value)
inlinestaticconstexpr

DATA - R1T1.

Data - Read receive FIFO bit 1 or write transmit FIFO bit 1

◆ DATA_R2T2()

static constexpr uint32 chip::lpuart::LPUART::DATA_R2T2 ( uint32 value)
inlinestaticconstexpr

DATA - R2T2.

Data - Read receive FIFO bit 2 or write transmit FIFO bit 2

◆ DATA_R3T3()

static constexpr uint32 chip::lpuart::LPUART::DATA_R3T3 ( uint32 value)
inlinestaticconstexpr

DATA - R3T3.

Data - Read receive FIFO bit 3 or write transmit FIFO bit 3

◆ DATA_R4T4()

static constexpr uint32 chip::lpuart::LPUART::DATA_R4T4 ( uint32 value)
inlinestaticconstexpr

DATA - R4T4.

Data - Read receive FIFO bit 4 or write transmit FIFO bit 4

◆ DATA_R5T5()

static constexpr uint32 chip::lpuart::LPUART::DATA_R5T5 ( uint32 value)
inlinestaticconstexpr

DATA - R5T5.

Data - Read receive FIFO bit 5 or write transmit FIFO bit 5

◆ DATA_R6T6()

static constexpr uint32 chip::lpuart::LPUART::DATA_R6T6 ( uint32 value)
inlinestaticconstexpr

DATA - R6T6.

Data - Read receive FIFO bit 6 or write transmit FIFO bit 6

◆ DATA_R7T7()

static constexpr uint32 chip::lpuart::LPUART::DATA_R7T7 ( uint32 value)
inlinestaticconstexpr

DATA - R7T7.

Data - Read receive FIFO bit 7 or write transmit FIFO bit 7

◆ DATA_R8T8()

static constexpr uint32 chip::lpuart::LPUART::DATA_R8T8 ( uint32 value)
inlinestaticconstexpr

DATA - R8T8.

Data - Read receive FIFO bit 8 or write transmit FIFO bit 8

◆ DATA_R9T9()

static constexpr uint32 chip::lpuart::LPUART::DATA_R9T9 ( uint32 value)
inlinestaticconstexpr

DATA - R9T9.

Data - Read receive FIFO bit 9 or write transmit FIFO bit 9

◆ DATA_RXEMPT()

static constexpr uint32 chip::lpuart::LPUART::DATA_RXEMPT ( uint32 value)
inlinestaticconstexpr

DATA - RXEMPT.

Data - Receive Buffer Empty

  • [0b0]Valid data
  • [0b1]Invalid data and empty

◆ DATARO_DATA()

static constexpr uint32 chip::lpuart::LPUART::DATARO_DATA ( uint32 value)
inlinestaticconstexpr

DATARO - DATA.

Data Read-Only - Receive Data

◆ FIFO_RXEMPT()

static constexpr uint32 chip::lpuart::LPUART::FIFO_RXEMPT ( uint32 value)
inlinestaticconstexpr

FIFO - RXEMPT.

FIFO - Receive FIFO Or Buffer Empty

  • [0b0]Not empty
  • [0b1]Empty

◆ FIFO_RXFE()

static constexpr uint32 chip::lpuart::LPUART::FIFO_RXFE ( uint32 value)
inlinestaticconstexpr

FIFO - RXFE.

FIFO - Receive FIFO Enable

  • [0b0]Disable
  • [0b1]Enable

◆ FIFO_RXFIFOSIZE()

static constexpr uint32 chip::lpuart::LPUART::FIFO_RXFIFOSIZE ( uint32 value)
inlinestaticconstexpr

FIFO - RXFIFOSIZE.

FIFO - Receive FIFO Buffer Depth

  • [0b000]1
  • [0b001]4
  • [0b010]8
  • [0b011]16
  • [0b100]32
  • [0b101]64
  • [0b110]128
  • [0b111]256

◆ FIFO_RXFLUSH()

static constexpr uint32 chip::lpuart::LPUART::FIFO_RXFLUSH ( uint32 value)
inlinestaticconstexpr

FIFO - RXFLUSH.

FIFO - Receive FIFO Flush

  • [0b0]No effect
  • [0b1]All data flushed out

◆ FIFO_RXIDEN()

static constexpr uint32 chip::lpuart::LPUART::FIFO_RXIDEN ( uint32 value)
inlinestaticconstexpr

FIFO - RXIDEN.

FIFO - Receiver Idle Empty Enable

  • [0b000]Disable STAT[RDRF] to become 1 because of partially filled FIFO when the receiver is idle
  • [0b001]Enable STAT[RDRF] to become 1 because of partially filled FIFO when the receiver is idle for one character
  • [0b010]Enable STAT[RDRF] to become 1 because of partially filled FIFO when the receiver is idle for two characters
  • [0b011]Enable STAT[RDRF] to become 1 because of partially filled FIFO when the receiver is idle for four characters
  • [0b100]Enable STAT[RDRF] to become 1 because of partially filled FIFO when the receiver is idle for eight characters
  • [0b101]Enable STAT[RDRF] to become 1 because of partially filled FIFO when the receiver is idle for 16 characters
  • [0b110]Enable STAT[RDRF] to become 1 because of partially filled FIFO when the receiver is idle for 32 characters
  • [0b111]Enable STAT[RDRF] to become 1 because of partially filled FIFO when the receiver is idle for 64 characters

◆ FIFO_RXUF()

static constexpr uint32 chip::lpuart::LPUART::FIFO_RXUF ( uint32 value)
inlinestaticconstexpr

FIFO - RXUF.

FIFO - Receiver FIFO Underflow Flag

  • [0b0]No underflow
  • [0b1]Underflow
  • [0b0]No effect
  • [0b1]Clear the flag

◆ FIFO_RXUFE()

static constexpr uint32 chip::lpuart::LPUART::FIFO_RXUFE ( uint32 value)
inlinestaticconstexpr

FIFO - RXUFE.

FIFO - Receive FIFO Underflow Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ FIFO_TXEMPT()

static constexpr uint32 chip::lpuart::LPUART::FIFO_TXEMPT ( uint32 value)
inlinestaticconstexpr

FIFO - TXEMPT.

FIFO - Transmit FIFO Or Buffer Empty

  • [0b0]Not empty
  • [0b1]Empty

◆ FIFO_TXFE()

static constexpr uint32 chip::lpuart::LPUART::FIFO_TXFE ( uint32 value)
inlinestaticconstexpr

FIFO - TXFE.

FIFO - Transmit FIFO Enable

  • [0b0]Disable
  • [0b1]Enable

◆ FIFO_TXFIFOSIZE()

static constexpr uint32 chip::lpuart::LPUART::FIFO_TXFIFOSIZE ( uint32 value)
inlinestaticconstexpr

FIFO - TXFIFOSIZE.

FIFO - Transmit FIFO Buffer Depth

  • [0b000]1
  • [0b001]4
  • [0b010]8
  • [0b011]16
  • [0b100]32
  • [0b101]64
  • [0b110]128
  • [0b111]256

◆ FIFO_TXFLUSH()

static constexpr uint32 chip::lpuart::LPUART::FIFO_TXFLUSH ( uint32 value)
inlinestaticconstexpr

FIFO - TXFLUSH.

FIFO - Transmit FIFO Flush

  • [0b0]No effect
  • [0b1]All data flushed out

◆ FIFO_TXOF()

static constexpr uint32 chip::lpuart::LPUART::FIFO_TXOF ( uint32 value)
inlinestaticconstexpr

FIFO - TXOF.

FIFO - Transmitter FIFO Overflow Flag

  • [0b0]No overflow
  • [0b1]Overflow
  • [0b0]No effect
  • [0b1]Clear the flag

◆ FIFO_TXOFE()

static constexpr uint32 chip::lpuart::LPUART::FIFO_TXOFE ( uint32 value)
inlinestaticconstexpr

FIFO - TXOFE.

FIFO - Transmit FIFO Overflow Interrupt Enable

  • [0b0]Disable
  • [0b1]Enable

◆ GLOBAL_RST()

static constexpr uint32 chip::lpuart::LPUART::GLOBAL_RST ( uint32 value)
inlinestaticconstexpr

GLOBAL - RST.

Global - Software Reset

  • [0b0]Not reset
  • [0b1]Reset

◆ MATCH_MA1()

static constexpr uint32 chip::lpuart::LPUART::MATCH_MA1 ( uint32 value)
inlinestaticconstexpr

MATCH - MA1.

Match Address - Match Address 1

◆ MATCH_MA2()

static constexpr uint32 chip::lpuart::LPUART::MATCH_MA2 ( uint32 value)
inlinestaticconstexpr

MATCH - MA2.

Match Address - Match Address 2

◆ MODIR_IREN()

static constexpr uint32 chip::lpuart::LPUART::MODIR_IREN ( uint32 value)
inlinestaticconstexpr

MODIR - IREN.

MODEM IrDA - IR Enable

  • [0b0]Disable
  • [0b1]Enable

◆ MODIR_RTSWATER()

static constexpr uint32 chip::lpuart::LPUART::MODIR_RTSWATER ( uint32 value)
inlinestaticconstexpr

MODIR - RTSWATER.

MODEM IrDA - Receive RTS Configuration

◆ MODIR_RXRTSE()

static constexpr uint32 chip::lpuart::LPUART::MODIR_RXRTSE ( uint32 value)
inlinestaticconstexpr

MODIR - RXRTSE.

MODEM IrDA - Receiver RTS Enable

  • [0b0]Disable
  • [0b1]Enable

◆ MODIR_TNP()

static constexpr uint32 chip::lpuart::LPUART::MODIR_TNP ( uint32 value)
inlinestaticconstexpr

MODIR - TNP.

MODEM IrDA - Transmitter Narrow Pulse

  • [0b00]1 / OSR
  • [0b01]2 / OSR
  • [0b10]3 / OSR
  • [0b11]4 / OSR

◆ MODIR_TXCTSC()

static constexpr uint32 chip::lpuart::LPUART::MODIR_TXCTSC ( uint32 value)
inlinestaticconstexpr

MODIR - TXCTSC.

MODEM IrDA - Transmit CTS Configuration

  • [0b0]Sampled at the start of each character
  • [0b1]Sampled when the transmitter is idle

◆ MODIR_TXCTSE()

static constexpr uint32 chip::lpuart::LPUART::MODIR_TXCTSE ( uint32 value)
inlinestaticconstexpr

MODIR - TXCTSE.

MODEM IrDA - Transmitter CTS Enable

  • [0b0]Disable
  • [0b1]Enable

◆ MODIR_TXCTSSRC()

static constexpr uint32 chip::lpuart::LPUART::MODIR_TXCTSSRC ( uint32 value)
inlinestaticconstexpr

MODIR - TXCTSSRC.

MODEM IrDA - Transmit CTS Source

  • [0b0]The CTS_B pin
  • [0b1]An internal connection to the receiver address match result

◆ MODIR_TXRTSE()

static constexpr uint32 chip::lpuart::LPUART::MODIR_TXRTSE ( uint32 value)
inlinestaticconstexpr

MODIR - TXRTSE.

MODEM IrDA - Transmitter RTS Enable

  • [0b0]Disable
  • [0b1]Enable

◆ MODIR_TXRTSPOL()

static constexpr uint32 chip::lpuart::LPUART::MODIR_TXRTSPOL ( uint32 value)
inlinestaticconstexpr

MODIR - TXRTSPOL.

MODEM IrDA - Transmitter RTS Polarity

  • [0b0]Active low
  • [0b1]Active high

◆ PARAM_RXFIFO()

static constexpr uint32 chip::lpuart::LPUART::PARAM_RXFIFO ( uint32 value)
inlinestaticconstexpr

PARAM - RXFIFO.

Parameter - Receive FIFO Size

◆ PARAM_TXFIFO()

static constexpr uint32 chip::lpuart::LPUART::PARAM_TXFIFO ( uint32 value)
inlinestaticconstexpr

PARAM - TXFIFO.

Parameter - Transmit FIFO Size

◆ PINCFG_TRGSEL()

static constexpr uint32 chip::lpuart::LPUART::PINCFG_TRGSEL ( uint32 value)
inlinestaticconstexpr

PINCFG - TRGSEL.

Pin Configuration - Trigger Select

  • [0b00]Input trigger disabled
  • [0b01]Input trigger used instead of the RXD pin input
  • [0b10]Input trigger used instead of the CTS_B pin input
  • [0b11]Input trigger used to modulate the TXD pin output, which (after TXINV configuration) is internally ANDed with the input trigger

◆ STAT_AME()

static constexpr uint32 chip::lpuart::LPUART::STAT_AME ( uint32 value)
inlinestaticconstexpr

STAT - AME.

Status - Address Mark Enable

  • [0b0]Disable
  • [0b1]Enable

◆ STAT_BRK13()

static constexpr uint32 chip::lpuart::LPUART::STAT_BRK13 ( uint32 value)
inlinestaticconstexpr

STAT - BRK13.

Status - Break Character Generation Length

  • [0b0]9 to 13 bit times
  • [0b1]12 to 15 bit times

◆ STAT_FE()

static constexpr uint32 chip::lpuart::LPUART::STAT_FE ( uint32 value)
inlinestaticconstexpr

STAT - FE.

Status - Framing Error Flag

  • [0b0]No framing error detected (this does not guarantee that the framing is correct)
  • [0b1]Framing error detected
  • [0b0]No effect
  • [0b1]Clear the flag

◆ STAT_IDLE()

static constexpr uint32 chip::lpuart::LPUART::STAT_IDLE ( uint32 value)
inlinestaticconstexpr

STAT - IDLE.

Status - Idle Line Flag

  • [0b0]Idle line detected
  • [0b1]Idle line not detected
  • [0b0]No effect
  • [0b1]Clear the flag

◆ STAT_LBKDE()

static constexpr uint32 chip::lpuart::LPUART::STAT_LBKDE ( uint32 value)
inlinestaticconstexpr

STAT - LBKDE.

Status - LIN Break Detection Enable

  • [0b0]Disable
  • [0b1]Enable

◆ STAT_LBKDIF()

static constexpr uint32 chip::lpuart::LPUART::STAT_LBKDIF ( uint32 value)
inlinestaticconstexpr

STAT - LBKDIF.

Status - LIN Break Detect Interrupt Flag

  • [0b0]Not detected
  • [0b1]Detected
  • [0b0]No effect
  • [0b1]Clear the flag

◆ STAT_LBKFE()

static constexpr uint32 chip::lpuart::LPUART::STAT_LBKFE ( uint32 value)
inlinestaticconstexpr

STAT - LBKFE.

Status - LIN Break Flag Enable

  • [0b0]Disable
  • [0b1]Enable

◆ STAT_MA1F()

static constexpr uint32 chip::lpuart::LPUART::STAT_MA1F ( uint32 value)
inlinestaticconstexpr

STAT - MA1F.

Status - Match 1 Flag

  • [0b0]Not equal to MA1
  • [0b1]Equal to MA1
  • [0b0]No effect
  • [0b1]Clear the flag

◆ STAT_MA2F()

static constexpr uint32 chip::lpuart::LPUART::STAT_MA2F ( uint32 value)
inlinestaticconstexpr

STAT - MA2F.

Status - Match 2 Flag

  • [0b0]Not equal to MA2
  • [0b1]Equal to MA2
  • [0b0]No effect
  • [0b1]Clear the flag

◆ STAT_MSBF()

static constexpr uint32 chip::lpuart::LPUART::STAT_MSBF ( uint32 value)
inlinestaticconstexpr

STAT - MSBF.

Status - MSB First

  • [0b0]LSB
  • [0b1]MSB

◆ STAT_NF()

static constexpr uint32 chip::lpuart::LPUART::STAT_NF ( uint32 value)
inlinestaticconstexpr

STAT - NF.

Status - Noise Flag

  • [0b0]No noise detected
  • [0b1]Noise detected
  • [0b0]No effect
  • [0b1]Clear the flag

◆ STAT_OR()

static constexpr uint32 chip::lpuart::LPUART::STAT_OR ( uint32 value)
inlinestaticconstexpr

STAT - OR.

Status - Receiver Overrun Flag

  • [0b0]No overrun
  • [0b1]Receive overrun (new LPUART data is lost)
  • [0b0]No effect
  • [0b1]Clear the flag

◆ STAT_PF()

static constexpr uint32 chip::lpuart::LPUART::STAT_PF ( uint32 value)
inlinestaticconstexpr

STAT - PF.

Status - Parity Error Flag

  • [0b0]No parity error detected
  • [0b1]Parity error detected
  • [0b0]No effect
  • [0b1]Clear the flag

◆ STAT_RAF()

static constexpr uint32 chip::lpuart::LPUART::STAT_RAF ( uint32 value)
inlinestaticconstexpr

STAT - RAF - Receiver Active Flag.

  • [0b0]Idle, waiting for a start bit
  • [0b1]Receiver active (RXD pin input not idle)

◆ STAT_RDRF()

static constexpr uint32 chip::lpuart::LPUART::STAT_RDRF ( uint32 value)
inlinestaticconstexpr

STAT - RDRF.

Status - Receive Data Register Full Flag

  • [0b0]Equal to or less than watermark
  • [0b1]Greater than watermark

◆ STAT_RWUID()

static constexpr uint32 chip::lpuart::LPUART::STAT_RWUID ( uint32 value)
inlinestaticconstexpr

STAT - RWUID.

Status - Receive Wake Up Idle Detect

  • [0b0]STAT[IDLE] does not become 1
  • [0b1]STAT[IDLE] becomes 1

◆ STAT_RXEDGIF()

static constexpr uint32 chip::lpuart::LPUART::STAT_RXEDGIF ( uint32 value)
inlinestaticconstexpr

STAT - RXEDGIF.

Status - RXD Pin Active Edge Interrupt Flag

  • [0b0]Not occurred
  • [0b1]Occurred
  • [0b0]No effect
  • [0b1]Clear the flag

◆ STAT_RXINV()

static constexpr uint32 chip::lpuart::LPUART::STAT_RXINV ( uint32 value)
inlinestaticconstexpr

STAT - RXINV.

Status - Receive Data Inversion

  • [0b0]Inverted
  • [0b1]Not inverted

◆ STAT_TC()

static constexpr uint32 chip::lpuart::LPUART::STAT_TC ( uint32 value)
inlinestaticconstexpr

STAT - TC.

Status - Transmission Complete Flag

  • [0b0]Transmitter active
  • [0b1]Transmitter idle

◆ STAT_TDRE()

static constexpr uint32 chip::lpuart::LPUART::STAT_TDRE ( uint32 value)
inlinestaticconstexpr

STAT - TDRE.

Status - Transmit Data Register Empty Flag

  • [0b0]Greater than watermark
  • [0b1]Equal to or less than watermark

◆ VERID_FEATURE()

static constexpr uint32 chip::lpuart::LPUART::VERID_FEATURE ( uint32 value)
inlinestaticconstexpr

VERID - FEATURE.

Version ID - Feature Identification Number

  • [0b0000000000000001]Standard feature set
  • [0b0000000000000011]Standard feature set with MODEM and IrDA support

◆ VERID_MAJOR()

static constexpr uint32 chip::lpuart::LPUART::VERID_MAJOR ( uint32 value)
inlinestaticconstexpr

VERID - MAJOR.

Version ID - Major Version Number

◆ VERID_MINOR()

static constexpr uint32 chip::lpuart::LPUART::VERID_MINOR ( uint32 value)
inlinestaticconstexpr

VERID - MINOR.

Version ID - Minor Version Number

◆ WATER_RXCOUNT()

static constexpr uint32 chip::lpuart::LPUART::WATER_RXCOUNT ( uint32 value)
inlinestaticconstexpr

WATER - RXCOUNT.

Watermark - Receive Counter

◆ WATER_RXWATER()

static constexpr uint32 chip::lpuart::LPUART::WATER_RXWATER ( uint32 value)
inlinestaticconstexpr

WATER - RXWATER.

Watermark - Receive Watermark

◆ WATER_TXCOUNT()

static constexpr uint32 chip::lpuart::LPUART::WATER_TXCOUNT ( uint32 value)
inlinestaticconstexpr

WATER - TXCOUNT.

Watermark - Transmit Counter

◆ WATER_TXWATER()

static constexpr uint32 chip::lpuart::LPUART::WATER_TXWATER ( uint32 value)
inlinestaticconstexpr

WATER - TXWATER.

Watermark - Transmit Watermark


此類別(class) 文件是由下列檔案中產生: