Home
last modified time | relevance | path

Searched refs:MHZ19B_BUF_LEN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sensor/mhz19b/
Dmhz19b.h14 #define MHZ19B_BUF_LEN 9 macro
51 uint8_t rd_data[MHZ19B_BUF_LEN];
Dmhz19b.c22 static const uint8_t mhz19b_cmds[MHZ19B_CMD_IDX_MAX][MHZ19B_BUF_LEN] = {
67 for (uint8_t i = 1; i < MHZ19B_BUF_LEN - 1; i++) { in mhz19b_checksum()
274 MHZ19B_BUF_LEN - data->xfer_bytes); in mhz19b_uart_isr()
276 if (data->xfer_bytes == MHZ19B_BUF_LEN) { in mhz19b_uart_isr()
289 MHZ19B_BUF_LEN - data->xfer_bytes); in mhz19b_uart_isr()
291 if (data->xfer_bytes == MHZ19B_BUF_LEN) { in mhz19b_uart_isr()