Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_shell.c25 static int get_bytes_count_for_hex(char *arg) in get_bytes_count_for_hex() function
148 reg_addr_bytes = get_bytes_count_for_hex(s_reg_addr); in i2c_write_from_buffer()
216 reg_addr_bytes = get_bytes_count_for_hex(s_reg_addr); in i2c_read_to_buffer()
/Zephyr-latest/drivers/i3c/
Di3c_shell.c104 static int get_bytes_count_for_hex(char *arg) in get_bytes_count_for_hex() function
380 reg_addr_bytes = get_bytes_count_for_hex(s_reg_addr); in i3c_write_from_buffer()
445 reg_addr_bytes = get_bytes_count_for_hex(s_reg_addr); in i3c_read_to_buffer()