Searched refs:sample_instance (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/samples/subsys/logging/logger/src/ |
| D | sample_instance.h | 13 #define SAMPLE_INSTANCE_NAME sample_instance 15 struct sample_instance { struct 22 K_APP_DMEM(_part) struct sample_instance _name = { \ argument 26 void sample_instance_call(struct sample_instance *inst); 28 static inline void sample_instance_inline_call(struct sample_instance *inst) in sample_instance_inline_call()
|
| D | sample_instance.c | 16 void sample_instance_call(struct sample_instance *inst) in sample_instance_call()
|
| /Zephyr-latest/samples/subsys/logging/logger/ |
| D | README.rst | 39 [00:00:00.106,200] <inf> sample_instance.inst1: Inline call. 40 [00:00:00.106,204] <inf> sample_instance.inst1: counter_value: 0 41 [00:00:00.106,209] <wrn> sample_instance.inst1: Example of hexdump: 43 [00:00:00.106,214] <inf> sample_instance.inst2: Inline call. 44 [00:00:00.106,218] <inf> sample_instance.inst2: counter_value: 0 45 [00:00:00.106,223] <wrn> sample_instance.inst2: Example of hexdump: 47 Changing filter to warning on sample_instance.inst1 instance. 48 [00:00:00.106,297] <wrn> sample_instance.inst1: Example of hexdump: 50 [00:00:00.106,302] <inf> sample_instance.inst2: Inline call. 51 [00:00:00.106,307] <inf> sample_instance.inst2: counter_value: 1 [all …]
|
| /Zephyr-latest/doc/services/logging/ |
| D | index.rst | 690 [00:00:00.000,274] <info> sample_instance.inst1: logging message
|