Udostępnij przez


wylicz UART_DataBits

Nagłówek: #include <applibs/uart.h>

Prawidłowe wartości bitów danych UART.

typedef enum {
    UART_DataBits_Five = 5,
    UART_DataBits_Six = 6,
    UART_DataBits_Seven = 7,
    UART_DataBits_Eight = 8
} UART_DataBits;

Wartości

UART_DataBits_Five

Pięć bitów danych.

UART_DataBits_Six

Sześć bitów danych.

UART_DataBits_Seven

Siedem bitów danych.

UART_DataBits_Eight

Osiem bitów danych.