ESPHome
2024.10.2
|
Definition of the register linked to a particular channel when SPAGE=1. More...
Variables | |
constexpr uint8_t | esphome::weikai::WKREG_BRH = 0x04 |
Baud rate configuration register: high byte - c0/c1 0100. More... | |
constexpr uint8_t | esphome::weikai::WKREG_BRL = 0x05 |
Baud rate configuration register: low byte - c0/c1 0101. More... | |
constexpr uint8_t | esphome::weikai::WKREG_BRD = 0x06 |
Baud rate configuration register decimal part - c0/c1 0110. More... | |
constexpr uint8_t | esphome::weikai::WKREG_RFI = 0x07 |
Receive FIFO Interrupt trigger configuration (not used) - c0/c1 0111. More... | |
constexpr uint8_t | esphome::weikai::WKREG_TFI = 0x08 |
Transmit FIFO interrupt trigger configuration (not used) - c0/c1 1000. More... | |
Definition of the register linked to a particular channel when SPAGE=1.
The channel registers are further splitted into two groups. This second group is defined when the Global register WKREG_SPAGE is 1
constexpr uint8_t esphome::weikai::WKREG_BRD = 0x06 |
Baud rate configuration register decimal part - c0/c1 0110.
Definition at line 293 of file wk_reg_def.h.
constexpr uint8_t esphome::weikai::WKREG_BRH = 0x04 |
Baud rate configuration register: high byte - c0/c1 0100.
Definition at line 280 of file wk_reg_def.h.
constexpr uint8_t esphome::weikai::WKREG_BRL = 0x05 |
Baud rate configuration register: low byte - c0/c1 0101.
Definition at line 290 of file wk_reg_def.h.
constexpr uint8_t esphome::weikai::WKREG_RFI = 0x07 |
Receive FIFO Interrupt trigger configuration (not used) - c0/c1 0111.
Definition at line 296 of file wk_reg_def.h.
constexpr uint8_t esphome::weikai::WKREG_TFI = 0x08 |
Transmit FIFO interrupt trigger configuration (not used) - c0/c1 1000.
Definition at line 299 of file wk_reg_def.h.