/Zephyr-Core-3.6.0/scripts/kconfig/ |
D | kconfigfunctions.py | 37 def _dt_units_to_scale(unit): argument 38 if not unit: 40 if unit in {'k', 'K'}: 42 if unit in {'m', 'M'}: 44 if unit in {'g', 'G'}: 46 if unit in {'kb', 'Kb'}: 48 if unit in {'mb', 'Mb'}: 50 if unit in {'gb', 'Gb'}: 163 def _node_reg_addr(node, index, unit): argument 176 return node.regs[int(index)].addr >> _dt_units_to_scale(unit) [all …]
|
/Zephyr-Core-3.6.0/doc/build/kconfig/ |
D | preprocessor-functions.rst | 37 $(dt_chosen_reg_addr_hex,<property in /chosen>[,<index>,<unit>]) 38 $(dt_chosen_reg_addr_int,<property in /chosen>[,<index>,<unit>]) 39 $(dt_chosen_reg_size_hex,<property in /chosen>[,<index>,<unit>]) 40 $(dt_chosen_reg_size_int,<property in /chosen>[,<index>,<unit>]) 48 $(dt_node_int_prop_hex,<node path>,<prop>[,<unit>]) 49 $(dt_node_int_prop_int,<node path>,<prop>[,<unit>]) 51 $(dt_node_reg_addr_hex,<node path>[,<index>,<unit>]) 52 $(dt_node_reg_addr_int,<node path>[,<index>,<unit>]) 53 $(dt_node_reg_size_hex,<node path>[,<index>,<unit>]) 54 $(dt_node_reg_size_int,<node path>[,<index>,<unit>]) [all …]
|
/Zephyr-Core-3.6.0/drivers/adc/ |
D | adc_esp32.c | 62 adc_unit_t unit; member 187 if (conf->unit == ADC_UNIT_1) { in adc_esp32_read() 191 adc_set_data_width(conf->unit, WIDTH_MASK(data->resolution[channel_id])); in adc_esp32_read() 195 if (conf->unit == ADC_UNIT_1) { in adc_esp32_read() 198 if (conf->unit == ADC_UNIT_2) { in adc_esp32_read() 282 if (conf->unit == ADC_UNIT_1) { in adc_esp32_channel_setup() 285 if (conf->unit == ADC_UNIT_2) { in adc_esp32_channel_setup() 290 esp_adc_cal_value_t cal = esp_adc_cal_characterize(conf->unit, in adc_esp32_channel_setup() 337 .unit = DT_PROP(DT_DRV_INST(inst), unit), \
|
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/adc/ |
D | adc.h | 24 #define ADC_ACQ_TIME(unit, value) (((unit) << 14) | ((value) & BIT_MASK(14))) argument
|
/Zephyr-Core-3.6.0/tests/subsys/mgmt/mcumgr/smp_reassembly/ |
D | Kconfig | 6 mainmenu "SMP Reassembly unit test" 12 Enable SMP Reassembly unit tests.
|
/Zephyr-Core-3.6.0/drivers/interrupt_controller/ |
D | Kconfig.renesas_ra | 5 bool "Renesas RA series interrupt controller unit" 9 Renesas RA series interrupt controller unit
|
D | Kconfig | 13 The ARCv2 interrupt unit has 16 allocated exceptions associated with 15 The interrupt unit is optional in the ARCv2-based processors. When 17 interrupt unit. The ARCv2 interrupt unit is highly programmable.
|
/Zephyr-Core-3.6.0/subsys/testsuite/boards/unit_testing/unit_testing/ |
D | unit_testing_defconfig | 10 # unit testing only build a fraction of code, and hence assert may fail linking. 11 # Disable default for board. A unit test can still enable asserts.
|
D | Kconfig.defconfig | 5 # Bluetooth unit tests expect this backend
|
D | Kconfig.board | 10 Board for unit testing
|
/Zephyr-Core-3.6.0/samples/subsys/modbus/tcp_server/ |
D | README.rst | 53 > client.write_coil address=0 value=1 unit=1 68 > client.write_coils address=0 values=0,1,1 unit=1 74 > client.read_coils address=0 count=3 unit=1 96 > client.write_register address=0 value=42 unit=1 102 > client.write_registers address=0 values=42,42,42 unit=1 108 > client.read_holding_registers address=0 count=3 unit=1
|
/Zephyr-Core-3.6.0/drivers/ieee802154/ |
D | Kconfig.dw1000 | 17 SNIFF on time in unit of PAC. The minimum on time is the duration 18 of two PACs. The SNIFF counter always adds 1 PAC unit to the on-time 27 SNIFF off time in unit of approximate 1 microsecond.
|
/Zephyr-Core-3.6.0/samples/subsys/modbus/tcp_gateway/ |
D | README.rst | 57 > client.write_coil address=0 value=1 unit=1 72 > client.write_coils address=0 values=0,1,1 unit=1 78 > client.read_coils address=0 count=3 unit=1 100 > client.write_register address=0 value=42 unit=1 106 > client.write_registers address=0 values=42,42,42 unit=1 112 > client.read_holding_registers address=0 count=3 unit=1
|
/Zephyr-Core-3.6.0/tests/bluetooth/ctrl_isoal/ |
D | Kconfig | 7 bool "LE Connected Isochronous Streams (for unit tests)" 10 int "LE Connected Isochronous Groups (for unit tests)" 35 int "Number of Isochronous Adaptation Layer sinks (for unit tests)" 38 int "Number of Isochronous Adaptation Layer sinks (for unit tests)"
|
/Zephyr-Core-3.6.0/drivers/memc/ |
D | memc_mcux_flexspi_s27ks0641.c | 145 #define CS_INTERVAL_UNIT(unit) \ argument 146 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 148 #define AHB_WRITE_WAIT_UNIT(unit) \ argument 149 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | memc_mcux_flexspi_w956a8mbya.c | 137 #define CS_INTERVAL_UNIT(unit) \ argument 138 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 140 #define AHB_WRITE_WAIT_UNIT(unit) \ argument 141 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | memc_mcux_flexspi_aps6408l.c | 271 #define CS_INTERVAL_UNIT(unit) \ argument 272 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 274 #define AHB_WRITE_WAIT_UNIT(unit) \ argument 275 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
/Zephyr-Core-3.6.0/subsys/testsuite/soc/unit_testing/unit_testing/ |
D | Kconfig.soc | 8 SoC for unit testing
|
/Zephyr-Core-3.6.0/tests/arch/x86/info/src/ |
D | acpi.c | 52 static int unit; in vtd_drhd_info() local 54 printk("\t\t[ Hardware Unit Definition %d ]\n", unit++); in vtd_drhd_info()
|
/Zephyr-Core-3.6.0/samples/subsys/modbus/rtu_server/ |
D | README.rst | 88 > client.write_coil address=0 value=1 unit=1 103 > client.write_coils address=0 values=0,1,1 unit=1 109 > client.read_coils address=0 count=3 unit=1 131 > client.write_register address=0 value=42 unit=1 137 > client.write_registers address=0 values=42,42,42 unit=1 143 > client.read_holding_registers address=0 count=3 unit=1
|
/Zephyr-Core-3.6.0/boards/arc/nsim/ |
D | nsim-smp.dtsi | 10 ici: intercore-interrupt-unit {
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1060_evk/ |
D | mimxrt1060_evk_hyperflash.dts | 35 cs-interval-unit = <1>; 41 ahb-write-wait-unit = <2>;
|
/Zephyr-Core-3.6.0/tests/drivers/smbus/smbus_emul/ |
D | README.rst | 3 SMBUS unit tests
|
/Zephyr-Core-3.6.0/drivers/mbox/ |
D | Kconfig.nrfx | 9 Driver for Nordic nRF messaging unit, based
|
/Zephyr-Core-3.6.0/drivers/ipm/ |
D | Kconfig.imx | 16 Driver for NXP i.MX messaging unit 24 Select maximum message size for NXP i.MX messaging unit.
|