Searched refs:STMESP_Type (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/misc/coresight/ |
D | stmesp.h | 45 } STMESP_Type; typedef 56 static inline volatile void *_stmesp_get_data_reg(STMESP_Type *reg, bool ts, in _stmesp_get_data_reg() 99 static inline void stmesp_flag(STMESP_Type *reg, uint32_t data, bool ts, bool guaranteed) in stmesp_flag() 124 static inline void stmesp_data8(STMESP_Type *reg, uint8_t data, bool ts, in stmesp_data8() 138 static inline void stmesp_data16(STMESP_Type *reg, uint16_t data, bool ts, in stmesp_data16() 152 static inline void stmesp_data32(STMESP_Type *reg, uint32_t data, bool ts, in stmesp_data32() 169 static inline int stmesp_get_port(uint32_t idx, STMESP_Type **port) in stmesp_get_port() 174 (idx >= (DT_REG_SIZE(DT_NODELABEL(stmesp)) / sizeof(STMESP_Type)))) { in stmesp_get_port() 178 STMESP_Type *const base = (STMESP_Type *const)DT_REG_ADDR(DT_NODELABEL(stmesp)); in stmesp_get_port()
|
/Zephyr-latest/subsys/logging/frontends/ |
D | log_frontend_stmesp.c | 216 static inline void write_data(const void *data, size_t len, STMESP_Type *const stm_esp) in write_data() 289 write_data(buf, len, (STMESP_Type *const)ctx); in package_cb() 313 static void packet_end(STMESP_Type *stm_esp) in packet_end() 362 STMESP_Type *stm_esp; in log_frontend_msg() 415 STMESP_Type *stm_esp; in log_frontend_msg() 469 static inline void msg_start(STMESP_Type *stm_esp, uint32_t level, const void *source, in msg_start() 489 STMESP_Type *stm_esp; in log_frontend_simple_0() 516 STMESP_Type *stm_esp; in log_frontend_simple_1() 546 STMESP_Type *stm_esp; in log_frontend_simple_2() 590 STMESP_Type *stm_esp; in log_frontend_init() [all …]
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend_stmesp.h | 54 STMESP_Type *port; in log_frontend_stmesp_tp() 76 STMESP_Type *port; in log_frontend_stmesp_tp_d32()
|