Searched refs:LOG_INST_ERR (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/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-latest/subsys/logging/frontends/stmesp/ |
| D | zephyr_custom_log.h | 26 #undef LOG_INST_ERR 106 #define LOG_INST_ERR(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_ERR, Z_LOG_INST(_inst), __VA_ARGS__) macro
|
| /Zephyr-latest/include/zephyr/logging/ |
| D | log.h | 128 #define LOG_INST_ERR(_log_inst, ...) \ macro
|
| /Zephyr-latest/drivers/counter/ |
| D | counter_nrfx_rtc.c | 25 #define ERR(...) LOG_INST_ERR( \
|