Home
last modified time | relevance | path

Searched refs:level (Results 326 – 350 of 843) sorted by relevance

1...<<11121314151617181920>>...34

/Zephyr-4.1.0/subsys/usb/host/
DKconfig42 USB host thread initialization priority level.
/Zephyr-4.1.0/include/zephyr/logging/
Dlog_frontend_stmesp_demux.h56 uint32_t level : LOG_FRONTEND_STMESP_DEMUX_LEVEL_BITS; member
/Zephyr-4.1.0/doc/hardware/peripherals/sensor/
Ddevice_tree.rst5 for sensors on a per device level. Each device must specify a device tree binding
/Zephyr-4.1.0/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dstate_binding.c94 uint16_t level_to_light_ctl_temp(int16_t level) in level_to_light_ctl_temp() argument
103 tmp = (uint16_t) ((level - INT16_MIN) * diff); in level_to_light_ctl_temp()
/Zephyr-4.1.0/modules/canopennode/
DKconfig47 Priority level of the internal CANopen transmit workqueue.
101 Priority level of the internal thread which processes
/Zephyr-4.1.0/soc/nordic/nrf91/
DKconfig.soc36 # That's why in the top level of SoC definitions (for user-configurable
/Zephyr-4.1.0/scripts/pylib/pytest-twister-harness/tests/resources/
Dfifo_mock.py61 logging.basicConfig(level='DEBUG')
/Zephyr-4.1.0/subsys/emul/
DKconfig21 yet been completed. This allows for testing that high-level code can
/Zephyr-4.1.0/subsys/net/l2/virtual/ipip/
DKconfig25 module-str = Log level for IP-to-IP tunnel
/Zephyr-4.1.0/doc/connectivity/bluetooth/shell/host/
Diso.rst16 listen :<dir=tx,rx,txrx> [security level]
/Zephyr-4.1.0/drivers/adc/
DKconfig.lmp90xxx35 Priority level for the internal ADC data acquisition thread.
/Zephyr-4.1.0/subsys/net/lib/zperf/
DKconfig30 module-str = Log level for zperf
/Zephyr-4.1.0/subsys/net/pkt_filter/
DKconfig39 module-str = Log level for packet filtering
/Zephyr-4.1.0/scripts/pylib/twister/twisterlib/
Dtestplan.py137 level = next((lvl for lvl in self.levels if lvl.name == name), None)
138 return level
150 for level in levels:
152 for s in level.get('adds', []):
157 tl.name = level['name']
159 tl.levels = level.get('inherits', [])
163 for level in levels:
164 inherit = level.get('inherits', [])
165 _level = self.get_level(level['name'])
849 if self.options.level:
[all …]
/Zephyr-4.1.0/drivers/flash/
Dflash_stm32g4x.c325 void flash_stm32_set_rdp_level(const struct device *dev, uint8_t level) in flash_stm32_set_rdp_level() argument
328 (uint32_t)level << FLASH_OPTR_RDP_Pos); in flash_stm32_set_rdp_level()
Dflash_cadence_qspi_nor_ll.c746 int level = 1, count = 0, i; in cad_qspi_read_bank() local
761 level = CAD_QSPI_SRAMFILL_INDRDPART( in cad_qspi_read_bank()
764 for (i = 0; i < level; ++i) { in cad_qspi_read_bank()
768 read_count += level * sizeof(uint32_t); in cad_qspi_read_bank()
770 } while (level > 0); in cad_qspi_read_bank()
/Zephyr-4.1.0/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/
Dnative_sim_native_one.dts170 high-level;
171 low-level;
/Zephyr-4.1.0/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst32 Security changed: XX:XX:XX:XX:XX:XX level 2
81 Security changed: XX:XX:XX:XX:XX:XX level 2
/Zephyr-4.1.0/drivers/ethernet/phy/
DKconfig14 module-str = Log level for Ethernet PHY driver
15 module-help = Sets log level for Ethernet PHY Device Drivers.
/Zephyr-4.1.0/doc/hardware/arch/
Darm_cortex_m.rst126 interrupt priority level, in all Cortex-M variants. The main reasons for that design are
221 By design, system fault exceptions have the highest priority level. In
227 UsageFault, etc.) are assigned the highest *configurable* priority level.
231 This priority level is never shared with HW interrupts (an exception to
236 SVC exception is normally configured with the highest configurable priority level
241 In Baseline Cortex-M the priority level of SVC may be shared with other exceptions
242 or HW interrupts that are also given the highest configurable priority level (As a
247 In Mainline Cortex-M, however, the SVC priority level is *reserved*, thus normally it
253 HW interrupts in Mainline Cortex-M builds are allocated a priority level lower than the SVC.
256 (ZLIs). Such interrupts are designed to have a priority level higher than any HW or system
[all …]
/Zephyr-4.1.0/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c343 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed() argument
350 LOG_DBG("Security changed: %s level %u", addr, level); in security_changed()
352 LOG_DBG("Security failed: %s level %u err %d %s", addr, level, in security_changed()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c194 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed() argument
201 LOG_ERR("Security for %p failed: %s level %u err %d", conn, addr, level, err); in security_changed()
205 LOG_INF("Security for %p changed: %s level %u", conn, addr, level); in security_changed()
/Zephyr-4.1.0/include/zephyr/drivers/
Dsmbus.h505 data_ptr, cfg_ptr, level, prio, \ argument
514 data_ptr, cfg_ptr, level, prio, \
531 data_ptr, cfg_ptr, level, prio, \ argument
534 data_ptr, cfg_ptr, level, prio, \
/Zephyr-4.1.0/samples/subsys/usb/hid-keyboard/
DREADME.rst18 or keys defined at the board level that can generate input events.
/Zephyr-4.1.0/subsys/bluetooth/controller/coex/
Dreadme.rst12 …e coexistence ticker utilizes a single pin called BLE_GRANT, which active level (high or low) is p…

1...<<11121314151617181920>>...34