mFrame
載入中...
搜尋中...
無符合項目
mcxa153::core::mux::lpuart0 命名空間(Namespace)參考文件

列舉型態

enum struct  CTS : uint32 { P0_1 = +core::mux::Mux::P0_1_LPUART0_CTS_B , P2_3 = +core::mux::Mux::P2_3_LPUART0_CTS_B }
 LPUART0 CTS流控引腳選擇列舉 更多...
 
enum struct  RTS : uint32 { P0_0 = +core::mux::Mux::P0_0_LPUART0_RTS_B , P2_2 = +core::mux::Mux::P2_2_LPUART0_RTS_B }
 LPUART0 RTS流控引腳選擇列舉 更多...
 
enum struct  RXD : uint32 { P0_2 = +core::mux::Mux::P0_2_LPUART0_RXD , P2_0 = +core::mux::Mux::P2_0_LPUART0_RXD }
 LPUART0 RXD接收引腳選擇列舉 更多...
 
enum struct  TXD : uint32 { P0_3 = +core::mux::Mux::P0_3_LPUART0_TXD , P2_1 = +core::mux::Mux::P2_1_LPUART0_TXD }
 LPUART0 TXD傳送引腳選擇列舉 更多...
 

函式

constexpr mcxa153::core::mux::Mux operator+ (CTS e)
 LPUART0 CTS流控引腳選擇列舉
 
constexpr mcxa153::core::mux::Mux operator+ (RTS e)
 LPUART0 RTS流控引腳選擇列舉
 
constexpr mcxa153::core::mux::Mux operator+ (RXD e)
 LPUART0 RXD接收資料引腳選擇列舉
 
constexpr mcxa153::core::mux::Mux operator+ (TXD e)
 LPUART0 TXD傳送引腳選擇列舉
 

詳細描述

Copyright (c) 2020 ZxyKira All rights reserved.

SPDX-License-Identifier: MIT

列舉型態說明文件

◆ CTS

enum struct mcxa153::core::mux::lpuart0::CTS : uint32
strong

LPUART0 CTS流控引腳選擇列舉

定義 LPUART0 的 CTS (清除發送) 功能可用的引腳配置選項。 CTS 為 UART 硬體流控制的輸入信號,用於接收流控狀態。

對應 core::mux::Mux 中的 PX_Y_LPUART0_CTS_B 項目

◆ RTS

enum struct mcxa153::core::mux::lpuart0::RTS : uint32
strong

LPUART0 RTS流控引腳選擇列舉

定義 LPUART0 的 RTS (請求發送) 功能可用的引腳配置選項。 RTS 為 UART 硬體流控制的輸出信號,用於控制資料傳送。

對應 core::mux::Mux 中的 PX_Y_LPUART0_RTS_B 項目

◆ RXD

enum struct mcxa153::core::mux::lpuart0::RXD : uint32
strong

LPUART0 RXD接收引腳選擇列舉

定義 LPUART0 的 RXD (接收資料) 功能可用的引腳配置選項。 RXD 為 UART 通訊的資料接收輸入信號。

對應 core::mux::Mux 中的 PX_Y_LPUART0_RXD 項目

◆ TXD

enum struct mcxa153::core::mux::lpuart0::TXD : uint32
strong

LPUART0 TXD傳送引腳選擇列舉

定義 LPUART0 的 TXD (傳送資料) 功能可用的引腳配置選項。 TXD 為 UART 通訊的資料傳送輸出信號。

對應 core::mux::Mux 中的 PX_Y_LPUART0_TXD 項目

函式說明文件

◆ operator+() [1/4]

mcxa153::core::mux::Mux mcxa153::core::mux::lpuart0::operator+ ( CTS e)
constexpr

LPUART0 CTS流控引腳選擇列舉

定義 LPUART0 的 CTS (清除發送) 功能可用的引腳配置選項。 CTS 為 UART 硬體流控制的輸入信號,用於接收流控狀態。

對應 core::mux::Mux 中的 PX_Y_LPUART0_CTS_B 項目

◆ operator+() [2/4]

mcxa153::core::mux::Mux mcxa153::core::mux::lpuart0::operator+ ( RTS e)
constexpr

LPUART0 RTS流控引腳選擇列舉

定義 LPUART0 的 RTS (請求發送) 功能可用的引腳配置選項。 RTS 為 UART 硬體流控制的輸出信號,用於控制資料傳送。

對應 core::mux::Mux 中的 PX_Y_LPUART0_RTS_B 項目

◆ operator+() [3/4]

mcxa153::core::mux::Mux mcxa153::core::mux::lpuart0::operator+ ( RXD e)
constexpr

LPUART0 RXD接收資料引腳選擇列舉

定義 LPUART0 的 RXD (接收資料) 功能可用的引腳配置選項。 RXD 為 UART 接收資料的輸入信號。

對應 core::mux::Mux 中的 PX_Y_LPUART0_RXD_B 項目

◆ operator+() [4/4]

mcxa153::core::mux::Mux mcxa153::core::mux::lpuart0::operator+ ( TXD e)
constexpr

LPUART0 TXD傳送引腳選擇列舉

定義 LPUART0 的 TXD (傳送資料) 功能可用的引腳配置選項。 TXD 為 UART 通訊的資料傳送輸出信號。

對應 core::mux::Mux 中的 PX_Y_LPUART0_TXD 項目