Searched refs:error_msg (Results 1 – 3 of 3) sorted by relevance
100 error_msg = "can't load devicetree; expected to find:" + str(edt_pickle)102 raise RuntimeError(error_msg)109 error_msg = "could not load devicetree, something may be wrong " \111 raise RuntimeError(error_msg) from err194 error_msg = 'The device tree zephyr,code-partition chosen' \197 raise RuntimeError(error_msg)205 error_msg = 'There is no CONFIG_USE_DT_CODE_PARTITION Kconfig' \211 raise RuntimeError(error_msg)
51 const char *error_msg) in set_threshold_attribute() argument54 LOG_ERR("Failed to set %s attribute!", error_msg); in set_threshold_attribute()86 const char *error_msg) in get_threshold_attribute() argument91 LOG_ERR("Failed to get %s attribute!", error_msg); in get_threshold_attribute()
947 error_msg, argument963 assert str(err._excinfo[1]) == error_msg