/Zephyr-latest/include/zephyr/drivers/comparator/ |
D | nrf_lpcomp.h | 36 /** External reference selection */ 44 /** Reference selection */ 46 /** Use (VDD * (1/8)) as reference */ 48 /** Use (VDD * (2/8)) as reference */ 50 /** Use (VDD * (3/8)) as reference */ 52 /** Use (VDD * (4/8)) as reference */ 54 /** Use (VDD * (5/8)) as reference */ 56 /** Use (VDD * (6/8)) as reference */ 58 /** Use (VDD * (7/8)) as reference */ 60 /** Use (VDD * (1/16)) as reference */ [all …]
|
D | nrf_comp.h | 40 /** External reference selection */ 60 /** Reference selection */ 62 /** Internal 1.2V reference */ 64 /** Internal 1.8V reference */ 66 /** Internal 2.4V reference */ 68 /** AVDD 1.8V reference */ 70 /** VDD reference */ 72 /** Use external analog reference */ 112 /** External reference selection */ 114 /** Reference selection */
|
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/src/ |
D | test_suite_invalid_inputs.c | 20 * Test passing NULL reference for the connection reference argument 23 * - NULL reference is used for the connection reference 24 * - Valid reference is used for the 'TK' reference 39 * Test passing NULL reference for the 'TK' reference argument 42 * - Valid reference is used for the connection reference 43 * - NULL reference is used as an argument for the 'TK' reference
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | shell.h | 38 /** @brief External reference to health server */ 41 /** @brief External reference to health server metadata */ 44 /** @brief External reference to health client */ 47 /** @brief External reference to Firmware Update Server */ 50 /** @brief External reference to Firmware Update Client */ 53 /** @brief External reference to BLOB Transfer Server */ 56 /** @brief External reference to BLOB Transfer Client */ 59 /** @brief External reference to Remote Provisioning Client */ 62 /** @brief External reference to provisioning handler. */ 65 /** @brief External reference to shell target context. */
|
/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/ |
D | conn.h | 20 * The reference created by @ref bt_conn_le_create is put in @p connp. 22 * @note The connection reference presists if the connection procedure 23 * fails at a later point. @p connp is a reified reference: if it's not 24 * NULL, then it's a valid reference. 26 * @remark Not disposing of the connection reference in the case of 30 * @note The reference variable @p connp is required be empty (i.e. 34 * @param[out] conn Connection reference variable. 38 * reference was created. 40 * object reference was created and put in @p connp. 46 * @brief Disconnect, wait and dispose of reference. [all …]
|
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_local/src/ |
D | test_suite_invalid_inputs.c | 26 * Test passing NULL reference for the OOB reference argument 29 * - NULL reference is used as an argument for the OOB reference 45 * - A valid reference is used as an argument for the OOB information reference 67 * - A valid reference is used as an argument for the OOB information reference 90 * - A valid reference is used as an argument for the OOB information reference 125 * - Advertise parameters reference is NULL 128 * - A valid reference is used as an argument for the OOB information reference 153 /* This will set the advertise parameters reference to NULL */ in ZTEST() 169 * - Advertise parameters reference isn't NULL 170 * - Advertise parameters reference ID doesn't match the one passed to bt_le_oob_get_local() [all …]
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/boards/ |
D | stm32f3_disco.overlay | 36 zephyr,reference = "ADC_REF_EXTERNAL0"; 43 zephyr,reference = "ADC_REF_EXTERNAL0"; 50 zephyr,reference = "ADC_REF_EXTERNAL0"; 57 zephyr,reference = "ADC_REF_EXTERNAL0"; 64 zephyr,reference = "ADC_REF_EXTERNAL0"; 71 zephyr,reference = "ADC_REF_EXTERNAL0"; 78 zephyr,reference = "ADC_REF_EXTERNAL0"; 85 zephyr,reference = "ADC_REF_EXTERNAL0"; 92 zephyr,reference = "ADC_REF_EXTERNAL0"; 99 zephyr,reference = "ADC_REF_EXTERNAL0"; [all …]
|
/Zephyr-latest/drivers/dac/ |
D | Kconfig.renesas_ra | 23 prompt "D/A Reference Voltage" 28 bool "No reference voltage selected" 30 No reference voltage selected 33 bool "Using AVCC0/AVSS0 for reference voltage source" 38 bool "Using VREFH/VREFL for reference voltage source"
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.samd2x | 17 This can then be selected as the main clock reference for the SOC. 23 This can then be selected as the main clock reference for the SOC. 29 This can then be selected as the main clock reference for the SOC. 52 1024 Hz reference clock. 58 This can then be selected as the main clock reference for the SOC. 74 External 0.4..32 MHz clock oscillator reference frequency. 77 prompt "Main clock reference" 80 Selects the clock that will be used for the DFLL48M's reference.
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/src/ |
D | main.c | 36 * isn't called and address type reference is updated upon success. 44 * - Address type reference is updated 59 "Address type reference was incorrectly set"); in ZTEST() 65 * set_random_address() is called and address type reference is updated upon success. 74 * - Address type reference is updated 92 "Address type reference was incorrectly set"); in ZTEST() 98 * bt_id_set_private_addr() is called with 'BT_ID_DEFAULT' as the ID and address type reference is 108 * - Address type reference is updated with the value 'BT_HCI_OWN_ADDR_RANDOM' 124 "Address type reference was incorrectly set"); in ZTEST() 130 * bt_id_set_private_addr() is called with 'BT_ID_DEFAULT' as the ID and address type reference [all …]
|
/Zephyr-latest/doc/_scripts/ |
D | redirects.py | 172 ('reference/api/api_lifecycle', 'develop/api/api_lifecycle'), 173 ('reference/api/index', 'develop/api/index'), 174 ('reference/api/overview', 'develop/api/overview'), 175 ('reference/api/terminology', 'develop/api/terminology'), 176 ('reference/drivers/index', 'kernel/drivers/index'), 177 ('reference/file_system/index', 'services/file_system/index'), 178 ('reference/libc/index', 'kernel/libc/index'), 179 ('reference/logging/index', 'services/logging/index'), 180 ('reference/misc/notify', 'services/notify'), 181 ('reference/misc/timeutil', 'kernel/timeutil'), [all …]
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | s32z2xxdc2_s32z270_rtu0.overlay | 27 zephyr,reference = "ADC_REF_INTERNAL"; 35 zephyr,reference = "ADC_REF_INTERNAL"; 43 zephyr,reference = "ADC_REF_INTERNAL"; 51 zephyr,reference = "ADC_REF_INTERNAL"; 67 zephyr,reference = "ADC_REF_INTERNAL"; 75 zephyr,reference = "ADC_REF_INTERNAL"; 83 zephyr,reference = "ADC_REF_INTERNAL"; 91 zephyr,reference = "ADC_REF_INTERNAL";
|
/Zephyr-latest/boards/shields/pmod_acl/doc/ |
D | index.rst | 34 - `Pmod ACL reference manual`_ 42 .. _Pmod ACL reference manual: 43 https://digilent.com/reference/pmod/pmodacl/reference-manual 46 https://digilent.com/reference/_media/reference/pmod/pmodacl/pmodacl_sch.pdf
|
/Zephyr-latest/boards/shields/pmod_sd/doc/ |
D | index.rst | 44 - `Pmod SD reference manual`_ 50 .. _Pmod SD reference manual: 51 https://digilent.com/reference/pmod/pmodsd/reference-manual 54 https://digilent.com/reference/_media/reference/pmod/pmodsd/pmodsd_sch.pdf
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_string_conv.h | 19 * @warning On success the passed err reference will not be altered 20 * to avoid err check bloating. Passed err reference should be initialized 36 * @warning On success the passed err reference will not be altered 37 * to avoid err check bloating. Passed err reference should be initialized 53 * @warning On success the passed err reference will not be altered 54 * to avoid err check bloating. Passed err reference should be initialized 70 * @warning On success the passed err reference will not be altered 71 * to avoid err check bloating. Passed err reference should be initialized
|
/Zephyr-latest/dts/bindings/adc/ |
D | adi,ad7124-adc.yaml | 13 reference-enable: 16 Enable internal reference for AD7124 17 - true: Enable internal reference 18 - false: Disable internal reference 66 Reference buffer configuration for AD7124 67 Each bit set in this mask enables the reference buffer, 70 - 0 Reference input pin is unbuffered 71 - 1 Reference input pin is buffered 72 The default is set to 0 because the reference input buffer
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_random_addr/src/ |
D | test_suite_invalid_cases.c | 22 * Test setting advertise random address while passing a NULL value as a reference to 26 * - A NULL value is passed to the function as a reference 39 * Test setting advertise random address while passing a NULL value as an address reference 42 * - A valid value is passed to the function as a reference for advertise parameters 61 * - A NULL value is passed to the function as a reference 75 * and 'BT_ADV_PARAMS_SET' flag in advertising parameters reference is set. 80 * - 'BT_ADV_PARAMS_SET' flag in advertising parameters reference is set 104 * and 'BT_ADV_PARAMS_SET' flag in advertising parameters reference is set. 109 * - 'BT_ADV_PARAMS_SET' flag in advertising parameters reference is set
|
/Zephyr-latest/soc/nxp/kinetis/ |
D | Kconfig | 28 bool "External reference clock" 30 Set this option to use the oscillator in external reference clock mode. 55 hex "PLL external reference divider" 59 Selects the amount to divide down the external reference clock for the PLL. 68 establish the multiplication factor (M) applied to the reference clock 72 int "Fast internal reference clock divider" 76 Selects the amount to divide down the fast internal reference clock. The 80 int "FLL external reference divider" 84 Selects the amount to divide down the external reference clock for the
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_scan_own_addr/src/ |
D | main.c | 50 * Address type reference is updated upon success. 59 * - Address type reference is updated 75 "Address type reference was incorrectly set"); in ZTEST() 81 * 'BT_HCI_OWN_ADDR_RANDOM', set_random_address() is called and address type reference is updated 92 * - Address type reference is updated 111 "Address type reference was incorrectly set"); in ZTEST() 117 * bt_id_set_private_addr() is called with 'BT_ID_DEFAULT' as the ID and address type reference is 127 * - Address type reference is updated with the value 'BT_HCI_OWN_ADDR_RANDOM' 143 "Address type reference was incorrectly set"); in ZTEST() 149 * bt_id_set_private_addr() is called with 'BT_ID_DEFAULT' as the ID and address type reference [all …]
|
/Zephyr-latest/tests/bluetooth/host/id/bt_br_oob_get_local/src/ |
D | test_suite_invalid_inputs.c | 20 * Test passing NULL reference for the OOB reference argument 23 * - NULL reference is used as an argument for the OOB reference
|
/Zephyr-latest/tests/subsys/zbus/dyn_channel/src/ |
D | main.c | 23 void *reference; member 57 memcpy(&my_random_data_expected, chan_message->reference, sizeof(my_random_data_expected)); in s1_cb() 72 struct external_data_msg static_external_data = {.reference = static_memory, .size = 256}; in ZTEST() 94 zassert_equal(edm.reference, static_memory, "The pointer must be equal here"); in ZTEST() 103 struct external_data_msg static_external_data = {.reference = dynamic_memory, .size = 128}; in ZTEST() 127 zassert_equal(actual_message_data->reference, dynamic_memory, in ZTEST() 130 k_free(actual_message_data->reference); in ZTEST() 131 actual_message_data->reference = NULL; in ZTEST() 139 zassert_equal(expected_to_be_clean.reference, NULL, in ZTEST() 140 "The current message reference should be NULL"); in ZTEST()
|
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/ |
D | README.txt | 9 - Reference voltage: an ADC channel is read and compared to an expected 18 In the reference voltage case, the ADC is expected to be connected to a 19 known voltage reference, whose value is informed, in millivolts, at 20 property "reference-mv" from "zephyr,user" node. The test reads the ADC
|
/Zephyr-latest/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/src/ |
D | test_suite_invalid_inputs.c | 26 * Test passing NULL reference for the OOB reference argument 29 * - NULL reference is used for the advertise parameters reference 30 * - Valid reference is used for OOB reference 44 * Test passing NULL reference for the OOB reference argument 47 * - Valid reference is used for the advertise parameters reference 48 * - NULL reference is used as an argument for the OOB reference
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_update_usage/src/ |
D | main.c | 37 /* Holds the last key reference updated */ 64 * - Last updated key reference isn't changed 74 "bt_keys_update_usage() changed last updated key reference unexpectedly"); in ZTEST() 78 * Request updating the latest key reference 85 * - Last updated key reference isn't changed 95 "bt_keys_update_usage() changed last updated key reference unexpectedly"); in ZTEST() 107 * - Last updated key reference matches the last updated key reference 135 "bt_keys_update_usage() changed last updated key reference unexpectedly"); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/src/ |
D | main.c | 35 * - Key reference points to a valid item 56 zassert_true(key_ref_to_clear != NULL, "bt_keys_get_addr() returned a non-valid reference"); in ZTEST() 60 zassert_true(find_returned_ref != NULL, "bt_keys_find_addr() returned a NULL reference"); in ZTEST() 73 "bt_keys_find_addr() returned a non-NULL reference"); in ZTEST() 81 * - Key reference points to a valid item 85 * - bt_id_del() is called with correct key reference 102 zassert_true(key_ref_to_clear != NULL, "bt_keys_get_addr() returned a non-valid reference"); in ZTEST() 106 zassert_true(find_returned_ref != NULL, "bt_keys_find_addr() returned a NULL reference"); in ZTEST() 121 "bt_keys_find_addr() returned a non-NULL reference"); in ZTEST()
|