/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | kconfigfunctions.py | 37 def _dt_units_to_scale(unit): argument 163 def _node_reg_addr(node, index, unit): argument 179 def _node_reg_size(node, index, unit): argument 195 def _node_int_prop(node, prop, unit=None): argument 223 def _node_array_prop(node, prop, index=0, unit=None): argument 249 def _dt_chosen_reg_addr(kconf, chosen, index=0, unit=None): argument 273 def _dt_chosen_reg_size(kconf, chosen, index=0, unit=None): argument 297 def dt_chosen_reg(kconf, name, chosen, index=0, unit=None): argument 312 def _dt_node_reg_addr(kconf, path, index=0, unit=None): argument 338 def _dt_node_reg_size(kconf, path, index=0, unit=None): argument [all …]
|
/Zephyr-Core-3.5.0/drivers/memc/ |
D | memc_mcux_flexspi_s27ks0641.c | 150 #define CS_INTERVAL_UNIT(unit) \ argument 153 #define AHB_WRITE_WAIT_UNIT(unit) \ argument
|
D | memc_mcux_flexspi_w956a8mbya.c | 142 #define CS_INTERVAL_UNIT(unit) \ argument 145 #define AHB_WRITE_WAIT_UNIT(unit) \ argument
|
D | memc_mcux_flexspi_aps6408l.c | 276 #define CS_INTERVAL_UNIT(unit) \ argument 279 #define AHB_WRITE_WAIT_UNIT(unit) \ argument
|
/Zephyr-Core-3.5.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.5.0/tests/drivers/pwm/pwm_api/src/ |
D | test_pwm.c | 109 static int test_task(uint32_t port, uint32_t period, uint32_t pulse, uint8_t unit) in test_task()
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | flash_mcux_flexspi_hyperflash.c | 659 #define CS_INTERVAL_UNIT(unit) \ argument 662 #define AHB_WRITE_WAIT_UNIT(unit) \ argument
|
D | flash_mcux_flexspi_mx25um51345g.c | 574 #define CS_INTERVAL_UNIT(unit) \ argument 577 #define AHB_WRITE_WAIT_UNIT(unit) \ argument
|
D | flash_mcux_flexspi_nor.c | 568 #define CS_INTERVAL_UNIT(unit) \ argument 571 #define AHB_WRITE_WAIT_UNIT(unit) \ argument
|
D | flash_simulator.c | 287 static void unit_erase(const uint32_t unit) in unit_erase()
|
/Zephyr-Core-3.5.0/tests/drivers/pwm/pwm_loopback/src/ |
D | test_pwm_loopback.c | 38 static void test_capture(uint32_t period, uint32_t pulse, enum test_pwm_unit unit, in test_capture()
|
/Zephyr-Core-3.5.0/drivers/adc/ |
D | adc_esp32.c | 62 adc_unit_t unit; member
|
/Zephyr-Core-3.5.0/subsys/net/lib/zperf/ |
D | zperf_shell.c | 87 const char **unit; in print_number() local 112 const char **unit; in parse_number() local
|
/Zephyr-Core-3.5.0/drivers/regulator/ |
D | regulator_shell.c | 74 static void microtoshell(const struct shell *sh, char unit, int32_t val) in microtoshell()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | gatt.h | 358 uint16_t unit; member
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | gatt.c | 2219 uint16_t unit; member
|