Home
last modified time | relevance | path

Searched refs:STATS_SECT_ENTRY32 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_simulator.c56 #define STATS_SECT_EC(N, _) STATS_SECT_ENTRY32(erase_cycles_unit##N)
59 #define STATS_SECT_DIRTYR(N, _) STATS_SECT_ENTRY32(dirty_read_unit##N)
82 STATS_SECT_ENTRY32(bytes_read) /* total bytes read */
83 STATS_SECT_ENTRY32(bytes_written) /* total bytes written */
84 STATS_SECT_ENTRY32(double_writes) /* num. of writes to non-erased units */
85 STATS_SECT_ENTRY32(flash_read_calls) /* calls to flash_read() */
86 STATS_SECT_ENTRY32(flash_read_time_us) /* time spent in flash_read() */
87 STATS_SECT_ENTRY32(flash_write_calls) /* calls to flash_write() */
88 STATS_SECT_ENTRY32(flash_write_time_us) /* time spent in flash_write() */
89 STATS_SECT_ENTRY32(flash_erase_calls) /* calls to flash_erase() */
[all …]
/Zephyr-latest/drivers/eeprom/
Deeprom_simulator.c51 STATS_SECT_ENTRY32(bytes_read) /* total bytes read */
52 STATS_SECT_ENTRY32(bytes_written) /* total bytes written */
53 STATS_SECT_ENTRY32(eeprom_read_calls) /* calls to eeprom_read() */
54 STATS_SECT_ENTRY32(eeprom_read_time_us) /* time spent in eeprom_read() */
55 STATS_SECT_ENTRY32(eeprom_write_calls) /* calls to eeprom_write() */
56 STATS_SECT_ENTRY32(eeprom_write_time_us)/* time spent in eeprom_write() */
71 STATS_SECT_ENTRY32(max_write_calls)
72 STATS_SECT_ENTRY32(max_len)
/Zephyr-latest/subsys/pm/
Dpm_stats.c16 STATS_SECT_ENTRY32(state_count)
17 STATS_SECT_ENTRY32(state_last_cycles)
18 STATS_SECT_ENTRY32(state_total_cycles)
/Zephyr-latest/include/zephyr/drivers/
Dcan.h541 STATS_SECT_ENTRY32(bit_error)
542 STATS_SECT_ENTRY32(bit0_error)
543 STATS_SECT_ENTRY32(bit1_error)
544 STATS_SECT_ENTRY32(stuff_error)
545 STATS_SECT_ENTRY32(crc_error)
546 STATS_SECT_ENTRY32(form_error)
547 STATS_SECT_ENTRY32(ack_error)
548 STATS_SECT_ENTRY32(rx_overrun)
Dspi.h480 STATS_SECT_ENTRY32(rx_bytes)
481 STATS_SECT_ENTRY32(tx_bytes)
482 STATS_SECT_ENTRY32(transfer_error)
Di2c.h553 STATS_SECT_ENTRY32(bytes_read)
554 STATS_SECT_ENTRY32(bytes_written)
555 STATS_SECT_ENTRY32(message_count)
556 STATS_SECT_ENTRY32(transfer_call_count)
Dsmbus.h412 STATS_SECT_ENTRY32(bytes_read)
413 STATS_SECT_ENTRY32(bytes_written)
414 STATS_SECT_ENTRY32(command_count)
/Zephyr-latest/include/zephyr/stats/
Dstats.h124 #define STATS_SECT_ENTRY32(var__) uint32_t var__; macro
359 #define STATS_SECT_ENTRY32(var__) macro