Home
last modified time | relevance | path

Searched refs:valid (Results 76 – 100 of 263) sorted by relevance

1234567891011

/Zephyr-latest/arch/arc/
DCMakeLists.txt35 # instead of full 64bit address in ASM code. It is valid as we don't support Zephyr
/Zephyr-latest/modules/nanopb/
DKconfig58 Check whether incoming strings are valid UTF-8 sequences.
/Zephyr-latest/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20_cpuapp.dts101 * LEDs are connected to GPIO Port 9 - pins 0-3. There is no valid hardware
102 * configuration to pass PWM signal on pis 0 and 1. First valid config is P9.2.
/Zephyr-latest/boards/nordic/nrf9280pdk/
Dnrf9280pdk_nrf9280_cpuapp.dts102 * LEDs are connected to GPIO Port 9 - pins 2-5. There is no valid hardware
103 * configuration to pass PWM signal on pins 0 and 1. First valid config is P9.2.
/Zephyr-latest/drivers/espi/
DKconfig.npcx23 notice the valid value in npcx ec series for this option is 8/16/32/
33 Please notice the valid value in npcx ec series for this option is
Despi_npcx.c528 uint8_t valid = GET_FIELD(inst->VWEVSM[idx], NPCX_VWEVSM_VALID); in espi_vw_config_output() local
531 valid |= config_out->bitmask; in espi_vw_config_output()
532 SET_FIELD(inst->VWEVSM[idx], NPCX_VWEVSM_VALID, valid); in espi_vw_config_output()
549 uint8_t valid = GET_FIELD(inst->VWGPSM[idx], NPCX_VWEVSM_VALID); in espi_vw_gpio_config_output() local
553 valid |= config_out->bitmask; in espi_vw_gpio_config_output()
554 SET_FIELD(inst->VWGPSM[idx], NPCX_VWEVSM_VALID, valid); in espi_vw_gpio_config_output()
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.pd57 IEEE assigned OUI. Least 24 bits are valid.
64 Manufacturer's model number. Least 8 bits are valid.
71 Manufacturer's version of this product. Least 8 bits are valid.
/Zephyr-latest/subsys/fs/nvs/
DKconfig44 not contain a valid NVS. A region containing an invalid NVS can be
/Zephyr-latest/doc/contribute/style/
Dcode.rst11 permit multiple valid ways to express something, contributors should follow
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst235 is used, there may be more than one valid set of threads (not to be confused
237 single set of IPIs may be insufficient to result in any of these valid sets.
241 as the valid set of threads. However when CPU masking is in play, there
242 may be more than one valid set--one of which may be optimal.
247 then this set is is both valid and optimal. However, if CPU0 is executing
248 T1 and CPU1 is idling, then this too would be valid though not optimal.
250 In those cases where a single set of IPIs is not sufficient to generate a valid
251 set, the resulting set of executing threads are expected to be close to a valid
255 kernel to generate cascading IPIs until the kernel has selected a valid set of
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst13 longer period of time, since this ensures that the object remains valid
/Zephyr-latest/samples/net/dhcpv4_client/
DREADME.rst43 "valid-lifetime": 7200,
135 "valid-lifetime": 7200,
/Zephyr-latest/drivers/usb/udc/
Dudc_numaker.c81 bool valid; member
612 __ASSERT_NO_MSG(!ep_cur->valid); in numaker_usbd_ep_mgmt_alloc_ep()
615 ep_cur->valid = true; in numaker_usbd_ep_mgmt_alloc_ep()
690 ep_cur->valid = true; in numaker_usbd_ep_mgmt_init()
701 ep_cur->valid = true; in numaker_usbd_ep_mgmt_init()
719 if (!ep_cur->valid) { in numaker_usbd_ep_mgmt_find_ep()
754 __ASSERT_NO_MSG(ep_cur->valid); in numaker_usbd_ep_mgmt_bind_ep()
/Zephyr-latest/samples/sensor/grow_r502a/
DREADME.rst59 Waiting for valid finger to enroll as ID #3
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c319 uint32_t valid = 0; in isr_radio() local
340 valid = 1; in isr_radio()
352 valid = 1; in isr_radio()
381 valid = 1; in isr_radio()
397 if (valid) { in isr_radio()
/Zephyr-latest/subsys/net/ip/
Dipv6_pe.c301 bool valid = false; in net_ipv6_pe_start() local
368 valid = true; in net_ipv6_pe_start()
375 if (valid == false) { in net_ipv6_pe_start()
/Zephyr-latest/doc/hardware/peripherals/
Duart.rst18 or ``-1`` when no valid data is available. The writing function,
/Zephyr-latest/subsys/bluetooth/services/
Ddis.c317 bool valid = BT_ATT_MAX_ATTRIBUTE_LEN >= without_old + DIS_STR_SIZE(new); in dis_update_udi_value() local
319 if (!valid) { in dis_update_udi_value()
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/
Dstartup.cmm9 ; valid values: flash, debug *
13 ; valid values: 0, 1 *
16 ; valid values: 0 to 3 *
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c365 bool valid = isoal_get_time_diff(time_before, time_after, result); in isoal_get_time_diff_test() local
368 if (valid) { in isoal_get_time_diff_test()
380 return valid; in isoal_get_time_diff_test()
1573 bool valid; in ZTEST() local
1580 valid = isoal_get_time_diff_test(time_before, time_after, &result); in ZTEST()
1581 zassert_true(valid, NULL); in ZTEST()
1589 valid = isoal_get_time_diff_test(time_before, time_after, &result); in ZTEST()
1590 zassert_false(valid, NULL); in ZTEST()
1594 valid = isoal_get_time_diff_test(time_before, time_after, &result); in ZTEST()
1595 zassert_false(valid, NULL); in ZTEST()
[all …]
/Zephyr-latest/drivers/dma/
Ddma_mcux_edma.c88 bool valid; member
338 data->transfer_settings.valid = false; in dma_mcux_edma_configure()
381 data->transfer_settings.valid = true; in dma_mcux_edma_configure()
584 data->data_cb[channel].transfer_settings.valid = false; in dma_mcux_edma_stop()
644 if (!data->transfer_settings.valid) { in dma_mcux_edma_reload()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_numaker.c88 bool valid; member
712 __ASSERT_NO_MSG(!ep_cur->valid); in numaker_usbd_ep_mgmt_alloc_ep()
715 ep_cur->valid = true; in numaker_usbd_ep_mgmt_alloc_ep()
787 ep_cur->valid = true; in numaker_usbd_ep_mgmt_init()
798 ep_cur->valid = true; in numaker_usbd_ep_mgmt_init()
818 if (!ep_cur->valid) { in numaker_usbd_ep_mgmt_find_ep()
853 __ASSERT_NO_MSG(ep_cur->valid); in numaker_usbd_ep_mgmt_bind_ep()
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/
DREADME.rst59 No valid secret for key, received expected error code
/Zephyr-latest/doc/develop/toolchains/
Diar_arm_toolchain.rst26 variable to be set to a valid ``license bearer token``.
/Zephyr-latest/samples/sensor/sensor_shell/
DREADME.rst65 A valid sensor device name should be passed otherwise you will get an

1234567891011