Searched defs:lvl (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser.py | 24 def get_log_level_str_color(lvl): argument
|
/Zephyr-latest/arch/xtensa/core/ |
D | xtensa_intgen.py | 75 lvl = int(match.group(2)) variable
|
/Zephyr-latest/scripts/build/ |
D | gen_isr_tables.py | 172 def get_irq_baseoffset(self, lvl): argument 179 def get_irq_index(self, irq, lvl): argument
|
/Zephyr-latest/subsys/bluetooth/services/ias/ |
D | ias_client.c | 65 int bt_ias_client_alert_write(struct bt_conn *conn, enum bt_ias_alert_lvl lvl) in bt_ias_client_alert_write()
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_diskops.c | 405 static int fetch_level_blocks(struct ext2_inode *inode, uint32_t offsets[4], int lvl, int max_lvl, in fetch_level_blocks() 479 static bool all_zero(const uint32_t *offsets, int lvl) in all_zero() 497 static int64_t delete_blocks(struct ext2_data *fs, uint32_t block_num, int lvl, in delete_blocks() 719 for (int lvl = 0; lvl <= inode->block_lvl; ++lvl) { in alloc_level_blocks() local
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf.c | 37 #define CLOCK_LOG(lvl, dev, subsys, ...) \ argument
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 574 size_t *lvl, size_t *handler_lvl, in active_cmd_prepare()
|