/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_ias.c | 18 static bool initialized; variable 26 if (!initialized) { in alert_stop() 40 if (!initialized) { in alert_start() 53 if (!initialized) { in alert_high_start() 70 initialized = true; in tester_init_ias() 77 initialized = false; in tester_unregister_ias()
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_dummy.c | 23 if (sh_dummy->initialized) { in init() 27 sh_dummy->initialized = true; in init() 36 if (!sh_dummy->initialized) { in uninit() 40 sh_dummy->initialized = false; in uninit() 49 if (!sh_dummy->initialized) { in enable() 62 if (!sh_dummy->initialized) { in write() 84 if (!sh_dummy->initialized) { in read()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | op_agg_cli.c | 69 cli.ctx.initialized = true; in handle_status() 75 cli.ctx.initialized = true; in handle_status() 90 cli.ctx.initialized = true; in handle_status() 132 if (cli.ctx.initialized) { in bt_mesh_op_agg_cli_seq_start() 140 cli.ctx.initialized = true; in bt_mesh_op_agg_cli_seq_start() 158 if (!cli.ctx.initialized) { in bt_mesh_op_agg_cli_seq_send() 169 cli.ctx.initialized = false; in bt_mesh_op_agg_cli_seq_send() 183 cli.ctx.initialized = false; in bt_mesh_op_agg_cli_seq_abort() 188 return cli.ctx.initialized; in bt_mesh_op_agg_cli_seq_is_started() 221 return cli.ctx.initialized && (ctx->net_idx == cli.ctx.net_idx) && in bt_mesh_op_agg_cli_accept()
|
D | op_agg_srv.c | 56 srv.ctx.initialized = true; in handle_sequence() 102 srv.ctx.initialized = false; in handle_sequence() 152 return srv.ctx.initialized && (ctx->net_idx == srv.ctx.net_idx) && in bt_mesh_op_agg_srv_accept()
|
D | op_agg.h | 9 bool initialized; member
|
/Zephyr-latest/subsys/random/ |
D | random_xoshiro128.c | 38 static bool initialized; variable 62 initialized = true; in xoshiro128_init_state() 101 if (unlikely(!initialized)) { in z_impl_sys_rand_get()
|
/Zephyr-latest/drivers/sensor/bosch/bmi323/ |
D | Kconfig | 20 runtime management is used, it is initialized into the suspended state, 22 consumption, otherwise it is resumed when initialized. When resumed, 23 the bus is initialized, the feature engine is enabled, and INT1 is 24 initialized.
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink.c | 39 bool initialized; member 73 (!simplelink_data.initialized)) { in simplelink_wifi_cb() 74 simplelink_data.initialized = true; in simplelink_wifi_cb() 82 (!simplelink_data.initialized)) { in simplelink_wifi_cb() 83 simplelink_data.initialized = true; in simplelink_wifi_cb() 243 simplelink_data.initialized = false; in simplelink_iface_init()
|
/Zephyr-latest/drivers/timer/ |
D | silabs_sleeptimer_timer.c | 42 bool initialized; /* Set to true when timer is initialized */ member 95 if (!IS_ENABLED(CONFIG_TICKLESS_KERNEL) || !timer->initialized) { in sleeptimer_clock_elapsed() 118 return g_sleeptimer_timer_data.initialized ? sl_sleeptimer_get_tick_count() : 0; in sys_clock_cycle_get_32() 147 timer->initialized = true; in sleeptimer_init()
|
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/src/ |
D | display_7seg.c | 16 static bool initialized; variable 97 initialized = true; in init_display() 107 if (!initialized) { in display_chars()
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.shared_irq | 19 Shared IRQ are initialized on POST_KERNEL init level. They 20 have to be initialized before any device that uses them.
|
/Zephyr-latest/kernel/ |
D | Kconfig.init | 31 devices are initialized 39 devices are initialized 56 devices are initialized 64 devices are initialized
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_spi.c | 26 bool initialized; member 96 if (dev_data->initialized && spi_context_configured(ctx, spi_cfg)) { in configure() 141 if (dev_data->initialized) { in configure() 143 dev_data->initialized = false; in configure() 153 dev_data->initialized = true; in configure() 268 dev_data->initialized = false; in transceive() 358 if (dev_data->initialized) { in spi_nrfx_pm_action() 360 dev_data->initialized = false; in spi_nrfx_pm_action()
|
/Zephyr-latest/lib/posix/options/ |
D | rwlock.c | 26 bool initialized: 1; member 401 if (a == NULL || !a->initialized) { in pthread_rwlockattr_getpshared() 414 if (a == NULL || !a->initialized) { in pthread_rwlockattr_setpshared() 436 .initialized = true, in pthread_rwlockattr_init() 447 if (a == NULL || !a->initialized) { in pthread_rwlockattr_destroy()
|
D | mutex.c | 358 a->initialized = true; in pthread_mutexattr_init() 367 if (a == NULL || !a->initialized) { in pthread_mutexattr_destroy() 385 if (a == NULL || type == NULL || !a->initialized) { in pthread_mutexattr_gettype() 403 if (a == NULL || !a->initialized) { in pthread_mutexattr_settype()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_dummy.h | 21 bool initialized; member
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | README.rst | 54 dev: USB descriptors initialized 59 dev: USB initialized 61 host: USB host initialized
|
/Zephyr-latest/boards/digilent/arty_a7/ |
D | Kconfig | 13 place after the GPIO driver is initialized.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_flash.rst | 14 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the 22 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the
|
/Zephyr-latest/doc/develop/west/ |
D | west-not-found.rst | 16 repository was not initialized using west during the documentation build.
|
/Zephyr-latest/drivers/adc/ |
D | adc_gecko.c | 24 bool initialized; member 123 if (!data->channel_config[index].initialized) { in start_read() 234 channel_config->initialized = false; in adc_gecko_channel_setup() 261 channel_config->initialized = true; in adc_gecko_channel_setup()
|
/Zephyr-latest/include/zephyr/linker/ |
D | common-noinit.ld | 10 * This section is used for non-initialized objects that
|
/Zephyr-latest/subsys/timing/ |
D | Kconfig | 16 initialized at boot.
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ps8xxx.c | 28 bool initialized; member 88 if (!data->initialized) { in ps8xxx_tcpc_init() 108 if (!data->initialized) { in ps8xxx_tcpc_get_cc() 160 if (!data->initialized) { in ps8xxx_tcpc_set_cc() 200 if (!data->initialized) { in ps8xxx_tcpc_set_vconn() 314 if (!data->initialized) { in ps8xxx_tcpc_set_cc_polarity() 595 if (!data->initialized) { in ps8xxx_alert_work_cb() 701 data->initialized = true; in ps8xxx_init_work_cb()
|
/Zephyr-latest/samples/boards/st/ccm/ |
D | README.rst | 17 are initialized. Like the normal data section the initial 21 should be initialized to 0. Like the normal bss section they 59 Zero initialized BSS area : [0x10000000, 0x10000007) 105 Zero initialized BSS area : [0x10000000, 0x10000007)
|