/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | promiscuous.c | 26 static atomic_t enabled = ATOMIC_INIT(0); variable 43 atomic_inc(&enabled); in net_promisc_mode_on() 72 prev = atomic_dec(&enabled); in net_promisc_mode_off() 74 atomic_clear(&enabled); in net_promisc_mode_off() 91 if (!atomic_get(&enabled)) { in net_promisc_mode_input()
|
D | Kconfig.stack | 16 be bigger depending on what features are enabled. 25 be bigger depending on what features are enabled.
|
/Zephyr-Core-2.7.6/tests/kernel/fpu_sharing/generic/src/ |
D | main.c | 13 #error Rebuild with the FPU config option enabled 17 #error Rebuild with the FPU_SHARING config option enabled 21 #error Rebuild with the SSE config option enabled
|
/Zephyr-Core-2.7.6/tests/subsys/edac/ibecc/ |
D | README.rst | 10 IBECC should be enabled in BIOS. This is usually enabled in the default 16 For injection test Error Injection should be enabled. 26 Additionally Error Injection need to be enabled in the following BIOS menu: 32 enabled for production. Due to this reason test has production configuration
|
/Zephyr-Core-2.7.6/drivers/kscan/ |
D | kscan_sdl.c | 17 bool enabled; member 49 if (data->enabled && data->callback) { in sdl_filter() 75 data->enabled = true; in sdl_enable_callback() 84 data->enabled = false; in sdl_disable_callback()
|
/Zephyr-Core-2.7.6/drivers/i2s/ |
D | Kconfig.sam_ssc | 25 bool "RF pin enabled" 28 If enabled RF signal is connected to RF pin. It will be configured as 36 bool "RK pin enabled" 39 If enabled RK signal is connected to RK pin. It will be configured as
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | CMakeLists.txt | 96 message(WARNING "One of these options are enabled: 103 message(WARNING "CONFIG_BT_FIXED_PASSKEY is enabled 109 message(WARNING "CONFIG_BT_OOB_DATA_FIXED is enabled. 115 message(WARNING "One or both these options are enabled: 122 message(WARNING "CONFIG_BT_CONN_DISABLE_SECURITY is enabled.
|
/Zephyr-Core-2.7.6/boards/arm/nrf9160dk_nrf52840/ |
D | Kconfig.board | 10 # (board.c), so it is forced here to be enabled always, not only 11 # enabled by default (in defconfig).
|
/Zephyr-Core-2.7.6/subsys/logging/ |
D | Kconfig.processing | 27 If enabled, then if there is no space to log a new message, the 34 When enabled logger will block (if in the thread context) when 45 to the logger deadlock if logging is enabled in threads used for 55 Set 0 to disable the feature. If LOG_PROCESS_THREAD is enabled then 63 When enabled thread is created by the logger subsystem. Thread is 117 If enabled, logger will assert and log error message is it detects 147 When enabled, maximal utilization of the pool is tracked. It can 158 When enabled, shorter timestamp is used and trace message is 167 If enabled, logging may take more code size to get faster logging.
|
D | Kconfig.backends | 11 When enabled backend is using UART to output logs. 36 When enabled backend is using UART to output syst format logs. 60 When enabled, backend will use SWO for logging. 83 When enabled backend is using SWO to output syst format logs. 93 When enabled, backend will use RTT for logging. This backend works on a per 122 When enabled backend is using RTT to output syst format logs. 193 When enabled, backend will use OpenThread dedicated SPINEL protocol for logging. 195 Backend should be enabled only to OpenThread purposes and when UART backend is disabled 279 When enabled backend is using networking to output syst format logs. 285 When enabled automatically start the networking backend on [all …]
|
D | Kconfig.formatting | 47 If enabled, interrupts are locked during whole log message processing. 59 When enabled selected backend prints errors in red and warning in yellow. 67 When enabled timestamp is formatted to hh:mm:ss:ms,us.
|
/Zephyr-Core-2.7.6/soc/arm/ |
D | Kconfig | 10 This option is enabled when the CPU has a Memory Protection Unit (MPU) 17 This option is enabled when the CPU has a Memory Protection Unit (MPU) 23 If enabled, this option signifies that the SoC will 62 When enabled, indicates that SoC has an SWO output
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | Kconfig.nrfx | 44 When enabled, polling out does not trigger interrupt which stops TX. 91 When enabled, UARTE is enabled before each TX or RX usage and disabled 104 If enabled, the driver will configure the GPIOs used by the uart to 137 When enabled, polling out does not trigger interrupt which stops TX. 168 When enabled, UARTE is enabled before each TX or RX usage and disabled 181 If enabled, the driver will configure the GPIOs used by the uart to 214 When enabled, polling out does not trigger interrupt which stops TX. 244 When enabled, UARTE is enabled before each TX or RX usage and disabled 257 If enabled, the driver will configure the GPIOs used by the uart to 290 When enabled, polling out does not trigger interrupt which stops TX. [all …]
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_shared_irq.c | 32 uint32_t enabled; member 76 clients->client[i].enabled = 1U; in enable() 89 if (clients->client[i].enabled) { in last_enabled_isr() 109 clients->client[i].enabled = 0U; in disable()
|
D | intc_sam0_eic.c | 17 uint8_t enabled : 1; member 129 if (line_assignment->enabled) { in sam0_eic_acquire() 142 line_assignment->enabled = 1; in sam0_eic_acquire() 196 if (!line_assignment->enabled) { in sam0_eic_check_ownership() 241 dev_data->lines[line_index].enabled = 0; in sam0_eic_release() 310 if (!line_assignment->enabled) { in sam0_eic_interrupt_pending()
|
/Zephyr-Core-2.7.6/tests/net/ethernet_mgmt/src/ |
D | main.c | 221 config->qav_param.enabled; in eth_fake_set_config() 251 config->qbv_param.enabled; in eth_fake_set_config() 289 config->qbu_param.enabled; in eth_fake_set_config() 380 config->qav_param.enabled = in eth_fake_get_config() 413 config->qbv_param.enabled = in eth_fake_get_config() 450 config->qbu_param.enabled = in eth_fake_get_config() 754 params.qav_param.enabled = false; in test_change_qav_params() 762 params.qav_param.enabled = true; in test_change_qav_params() 770 zassert_equal(false, params.qav_param.enabled, in test_change_qav_params() 774 params.qav_param.enabled = true; in test_change_qav_params() [all …]
|
/Zephyr-Core-2.7.6/samples/basic/minimal/ |
D | README.rst | 27 * Multithreading enabled 40 * Multithreading enabled, no preemption 53 * Multithreading enabled, no preemption, timers disabled 66 * Multithreading disabled, timers enabled
|
/Zephyr-Core-2.7.6/subsys/bluetooth/audio/ |
D | Kconfig.vcs | 33 enabled for VCS. 48 enabled for VCS. 85 enabled for VCS client. 100 enabled for VCS client.
|
/Zephyr-Core-2.7.6/subsys/storage/flash_map/ |
D | Kconfig | 29 if had enabled this option. 36 If enabled, there will be available the backend to check flash
|
/Zephyr-Core-2.7.6/drivers/pwm/ |
D | pwm_imx.c | 62 bool enabled = imx_pwm_is_enabled(base); in imx_pwm_pin_set() local 79 " duty_cycle=%d\n", enabled, pulse_cycles, period_cycles, in imx_pwm_pin_set() 89 if (enabled) { in imx_pwm_pin_set()
|
/Zephyr-Core-2.7.6/doc/reference/kernel/other/ |
D | thread_local_storage.rst | 17 needs to be enabled. Note that this option may not be available if 19 :kconfig:`CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE` enabled, which means 23 :kconfig:`CONFIG_ERRNO_IN_TLS` can be enabled together with
|
/Zephyr-Core-2.7.6/doc/reference/networking/ |
D | ethernet_mgmt.rst | 17 * raise ``VLAN enabled`` or ``VLAN disabled`` management events 25 specific VLAN tag is either enabled or disabled.
|
/Zephyr-Core-2.7.6/lib/gui/lvgl/ |
D | Kconfig.debug | 13 If debug support is enabled LVGL will validate the parameters of 50 If this option is disabled and NULL pointer checking is enabled, the 62 If this option is disabled and NULL pointer checking is enabled, the
|
/Zephyr-Core-2.7.6/tests/drivers/ipm/src/ |
D | ipm_dummy.c | 32 if (!driver_data->regs.enabled || !driver_data->regs.busy) { in ipm_dummy_isr() 98 driver_data->regs.enabled = enable; in ipm_dummy_set_enabled()
|
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/ |
D | ethernet_mgmt.c | 300 params->qav_param.enabled = config.qav_param.enabled; in ethernet_get_config() 338 params->qbv_param.enabled = config.qbv_param.enabled; in ethernet_get_config() 378 params->qbu_param.enabled = config.qbu_param.enabled; in ethernet_get_config()
|