Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/w1/
Dw1_ds2477_85_common.h28 #define CMD_WR_BLOCK 0x68 macro
Dw1_ds2477_85_common.c194 uint8_t buf[3] = {CMD_WR_BLOCK, (tx_len + CMD_WR_BLOCK_LEN), 0}; in ds2477_85_write_block()