Searched refs:char2hex (Results 1 – 5 of 5) sorted by relevance
/Zephyr-4.1.0/lib/utils/ |
D | hex.c | 12 int char2hex(char c, uint8_t *x) in char2hex() function 69 if (char2hex(hex[0], &dec) < 0) { in hex2bin() 79 if (char2hex(hex[2U * i], &dec) < 0) { in hex2bin() 84 if (char2hex(hex[2U * i + 1U], &dec) < 0) { in hex2bin()
|
/Zephyr-4.1.0/drivers/sensor/fcx_mldx5/ |
D | fcx_mldx5.c | 136 if (data_received[0] != 'E' || char2hex(data_received[1], &error) != 0 || in fcx_mldx5_frame_check_error() 281 if (cmd_data_received[0] != '0' || char2hex(cmd_data_received[1], &value)) { in fcx_mldx5_read_status_value()
|
/Zephyr-4.1.0/cmake/sca/eclair/ECL/ |
D | call_properties.ecl | 29 -call_properties+={"name(char2hex)", {"pointee_read(2=never)","pointee_write(2=maybe)"}}
|
/Zephyr-4.1.0/include/zephyr/sys/ |
D | util.h | 542 int char2hex(char c, uint8_t *x);
|
/Zephyr-4.1.0/subsys/bluetooth/host/shell/ |
D | bt.c | 1774 if (c != ':' && char2hex(c, &tmp) < 0) { in cmd_scan_filter_set_addr()
|