Searched refs:LOG_INST_ERR (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/drivers/mspi/ |
D | mspi_ambiq_ap3.c | 91 LOG_INST_ERR(cfg->log, "%u,Frequency not supported!", __LINE__); in mspi_set_freq() 105 LOG_INST_ERR(cfg->log, "%u, incorrect data rate, only SDR is supported.", __LINE__); in mspi_set_line() 289 LOG_INST_ERR(cfg->log, "%u, invalid device ID.", __LINE__); in mspi_verify_device() 303 LOG_INST_ERR(cfg->log, "%u, the mspi not yet initialized.", __LINE__); in mspi_ambiq_deinit() 308 LOG_INST_ERR(cfg->log, "%u, fail to gain controller access.", __LINE__); in mspi_ambiq_deinit() 314 LOG_INST_ERR(cfg->log, "%u, fail to disable interrupt, code:%d.", in mspi_ambiq_deinit() 322 LOG_INST_ERR(cfg->log, "%u, fail to clear interrupt, code:%d.", in mspi_ambiq_deinit() 330 LOG_INST_ERR(cfg->log, "%u, fail to disable MSPI, code:%d.", in mspi_ambiq_deinit() 338 LOG_INST_ERR(cfg->log, "%u, fail to power off MSPI, code:%d.", in mspi_ambiq_deinit() 346 LOG_INST_ERR(cfg->log, "%u, fail to deinit MSPI.", __LINE__); in mspi_ambiq_deinit() [all …]
|
/Zephyr-Core-3.7.0/drivers/regulator/ |
D | regulator_axp192.c | 192 LOG_INST_ERR(config->log, "Failed to enable regulator"); in axp192_enable() 215 LOG_INST_ERR(config->log, "Failed to disable regulator"); in axp192_disable() 248 LOG_INST_ERR(config->log, "No voltage range window could be detected"); in axp192_set_voltage() 259 LOG_INST_ERR(config->log, "Failed to set regulator voltage"); in axp192_set_voltage() 316 LOG_INST_ERR(config->log, "Setting DCDC workmode failed"); in axp192_set_mode() 353 LOG_INST_ERR(config->log, "Parent instance not ready!"); in regulator_axp192_init() 360 LOG_INST_ERR(config->log, "Reading enable status failed!"); in regulator_axp192_init()
|
/Zephyr-Core-3.7.0/include/zephyr/logging/ |
D | log.h | 128 #define LOG_INST_ERR(_log_inst, ...) \ macro
|
/Zephyr-Core-3.7.0/drivers/counter/ |
D | counter_nrfx_rtc.c | 25 #define ERR(...) LOG_INST_ERR( \
|