ESPHome  2024.9.0
Variables
Channel registers for SPAGE=1

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...
 

Detailed Description

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

Variable Documentation

◆ WKREG_BRD

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.

◆ WKREG_BRH

constexpr uint8_t esphome::weikai::WKREG_BRH = 0x04

Baud rate configuration register: high byte - c0/c1 0100.

-------------------------------------------------------------------------
| b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 |
-------------------------------------------------------------------------
| High byte of the baud rate |
-------------------------------------------------------------------------

Definition at line 280 of file wk_reg_def.h.

◆ WKREG_BRL

constexpr uint8_t esphome::weikai::WKREG_BRL = 0x05

Baud rate configuration register: low byte - c0/c1 0101.

-------------------------------------------------------------------------
| b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 |
-------------------------------------------------------------------------
| Low byte of the baud rate |
-------------------------------------------------------------------------

Definition at line 290 of file wk_reg_def.h.

◆ WKREG_RFI

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.

◆ WKREG_TFI

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.