/Zephyr-Core-2.7.6/scripts/kconfig/ |
D | kconfigfunctions.py | 36 def _dt_units_to_scale(unit): argument 37 if not unit: 39 if unit in {'k', 'K'}: 41 if unit in {'m', 'M'}: 43 if unit in {'g', 'G'}: 139 def _node_reg_addr(node, index, unit): argument 152 return node.regs[int(index)].addr >> _dt_units_to_scale(unit) 155 def _node_reg_size(node, index, unit): argument 168 return node.regs[int(index)].size >> _dt_units_to_scale(unit) 184 def _dt_chosen_reg_addr(kconf, chosen, index=0, unit=None): argument [all …]
|
/Zephyr-Core-2.7.6/samples/net/zperf/src/ |
D | shell_utils.c | 27 const char **unit; in print_number() local 31 unit = units; in print_number() 36 unit++; in print_number() 43 (dec < 10) ? "0" : "", dec, *unit); in print_number() 45 shell_fprintf(shell, SHELL_NORMAL, "%u %s", value, *unit); in print_number() 52 const char **unit; in parse_number() local 59 unit = units; in parse_number() 63 cmp = strncasecmp(suffix, *unit++, 1); in parse_number()
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_arcv2_irq_unit.c | 10 * @brief ARCv2 Interrupt Unit device driver 12 * The ARCv2 interrupt unit has 16 allocated exceptions associated with 14 * The interrupt unit is optional in the ARCv2-based processors. When 16 * interrupt unit. The ARCv2 interrupt unit is highly programmable. 51 * @brief Initialize the interrupt unit device driver 53 * Initializes the interrupt unit device driver and the device 92 * @brief Suspend the interrupt unit device driver 94 * Suspends the interrupt unit device driver and the device 126 * @brief Resume the interrupt unit device driver 128 * Resume the interrupt unit device driver and the device [all …]
|
D | Kconfig | 9 bool "ARCv2 Interrupt Unit" 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-2.7.6/include/sys/ |
D | time_units.h | 30 /* Exhaustively enumerated, highly optimized time unit conversion API */ 204 * print " * Rounds up to the next highest output unit.\n"; 206 * print " * Rounds to the nearest output unit.\n"; 208 * print " * Truncates to the next lowest output unit.\n"; 239 * Truncates to the next lowest output unit. 253 * Truncates to the next lowest output unit. 267 * Rounds to the nearest output unit. 281 * Rounds to the nearest output unit. 295 * Rounds up to the next highest output unit. 309 * Rounds up to the next highest output unit. [all …]
|
/Zephyr-Core-2.7.6/tests/drivers/pwm/pwm_api/src/ |
D | test_pwm.c | 104 static int test_task(uint32_t port, uint32_t period, uint32_t pulse, uint8_t unit) in test_task() argument 116 if (unit == UNIT_CYCLES) { in test_task() 122 } else if (unit == UNIT_USECS) { in test_task() 128 } else { /* unit == UNIT_NSECS */ in test_task() 141 /* Period : Pulse (2000 : 1000), unit (usec). Voltage : 1.65V */ in test_pwm_usec() 146 /* Period : Pulse (2000 : 2000), unit (usec). Voltage : 3.3V */ in test_pwm_usec() 151 /* Period : Pulse (2000 : 0), unit (usec). Voltage : 0V */ in test_pwm_usec() 159 /* Period : Pulse (2000000 : 1000000), unit (nsec). Voltage : 1.65V */ in test_pwm_nsec() 164 /* Period : Pulse (2000000 : 2000000), unit (nsec). Voltage : 3.3V */ in test_pwm_nsec() 169 /* Period : Pulse (2000000 : 0), unit (nsec). Voltage : 0V */ in test_pwm_nsec() [all …]
|
/Zephyr-Core-2.7.6/doc/guides/build/kconfig/ |
D | preprocessor-functions.rst | 31 $(dt_chosen_reg_addr_int,<property in /chosen>[,<index>,<unit>]) 32 $(dt_chosen_reg_addr_hex,<property in /chosen>[,<index>,<unit>]) 33 $(dt_chosen_reg_size_int,<property in /chosen>[,<index>,<unit>]) 34 $(dt_chosen_reg_size_hex,<property in /chosen>[,<index>,<unit>]) 35 $(dt_node_reg_addr_int,<node path>[,<index>,<unit>]) 36 $(dt_node_reg_addr_hex,<node path>[,<index>,<unit>]) 37 $(dt_node_reg_size_int,<node path>[,<index>,<unit>]) 38 $(dt_node_reg_size_hex,<node path>[,<index>,<unit>])
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/boards/unit/unit_testing/ |
D | unit_testing.yaml | 2 name: Unit Testing 3 type: unit 4 arch: unit
|
/Zephyr-Core-2.7.6/soc/arm/ |
D | Kconfig | 10 This option is enabled when the CPU has a Memory Protection Unit (MPU) 17 This option is enabled when the CPU has a Memory Protection Unit (MPU) 33 MCU implements the ARM Security Attribution Unit (SAU). 40 MCU implements the nRF (vendor-specific) Security Attribution Unit. 41 (IDAU: "Implementation-Defined Attribution Unit", in accordance with
|
/Zephyr-Core-2.7.6/dts/bindings/sensor/ |
D | invensense,icm42605.yaml | 25 Default frequency of accelerometer. (Unit - Hz) 47 Default frequency of gyroscope. (Unit - Hz) 66 Default full scale of accelerometer. (Unit - g) 79 Default full scale of gyroscope. (Unit - DPS)
|
/Zephyr-Core-2.7.6/samples/subsys/modbus/tcp_server/ |
D | README.rst | 52 > client.write_coil address=0 value=1 unit=1 67 > client.write_coils address=0 values=0,1,1 unit=1 73 > client.read_coils address=0 count=3 unit=1 95 > client.write_register address=0 value=42 unit=1 101 > client.write_registers address=0 values=42,42,42 unit=1 107 > client.read_holding_registers address=0 count=3 unit=1
|
/Zephyr-Core-2.7.6/samples/subsys/modbus/tcp_gateway/ |
D | README.rst | 56 > client.write_coil address=0 value=1 unit=1 71 > client.write_coils address=0 values=0,1,1 unit=1 77 > client.read_coils address=0 count=3 unit=1 99 > client.write_register address=0 value=42 unit=1 105 > client.write_registers address=0 values=42,42,42 unit=1 111 > client.read_holding_registers address=0 count=3 unit=1
|
/Zephyr-Core-2.7.6/include/modbus/ |
D | modbus.h | 52 /** Length of the data only (not the length of unit ID + PDU) */ 54 /** Unit Identifier */ 70 * @param unit_id Modbus unit ID of the server 104 * @param unit_id Modbus unit ID of the server 138 * @param unit_id Modbus unit ID of the server 161 * @param unit_id Modbus unit ID of the server 183 * @param unit_id Modbus unit ID of the server 198 * to a server unit. 201 * @param unit_id Modbus unit ID of the server 215 * Sends a Modbus message to perform a diagnostic function of a server unit. [all …]
|
/Zephyr-Core-2.7.6/drivers/ieee802154/ |
D | Kconfig.dw1000 | 15 SNIFF on time in unit of PAC. The minimum on time is the duration 16 of two PACs. The SNIFF counter always adds 1 PAC unit to the on-time 25 SNIFF off time in unit of approximate 1 microsecond.
|
/Zephyr-Core-2.7.6/samples/subsys/modbus/rtu_server/ |
D | README.rst | 62 > client.write_coil address=0 value=1 unit=1 77 > client.write_coils address=0 values=0,1,1 unit=1 83 > client.read_coils address=0 count=3 unit=1 105 > client.write_register address=0 value=42 unit=1 111 > client.write_registers address=0 values=42,42,42 unit=1 117 > client.read_holding_registers address=0 count=3 unit=1
|
/Zephyr-Core-2.7.6/tests/ztest/mock/ |
D | testcase.yaml | 7 testing.ztest.unit: 9 type: unit
|
/Zephyr-Core-2.7.6/boards/arm/steval_fcu001v1/ |
D | Kconfig.board | 1 # STM32 Flight Controller Unit board configuration 7 bool "STM32 Flight Controller Unit"
|
/Zephyr-Core-2.7.6/boards/sparc/gr716a_mini/doc/ |
D | index.rst | 102 LEON3 Debug Support Unit Cobham Gaisler 106 Modular Timer Unit Cobham Gaisler 107 Modular Timer Unit Cobham Gaisler 108 GR716 AMBA Protection unit Cobham Gaisler 109 Clock gating unit Cobham Gaisler 110 Clock gating unit Cobham Gaisler 112 LEON3 Statistics Unit Cobham Gaisler 117 GR716 AMBA Protection unit Cobham Gaisler 151 LEON3 Statistics Unit Cobham Gaisler
|
/Zephyr-Core-2.7.6/drivers/ipm/ |
D | Kconfig | 21 Driver for NXP i.MX messaging unit 28 Select maximum message size for NXP i.MX messaging unit. 69 Driver for SSE 200 MHU (Message Handling Unit) 76 Driver for Nordic nRF messaging unit, based
|
/Zephyr-Core-2.7.6/dts/bindings/interrupt-controller/ |
D | openisa,rv32m1-event-unit.yaml | 5 description: RV32M1 Event Unit 7 compatible: "openisa,rv32m1-event-unit"
|
/Zephyr-Core-2.7.6/drivers/flash/ |
D | flash_simulator.c | 51 #error "Erase unit must be a multiple of program unit" 66 /* increment a unit erase cycles counter */ 94 /* -- per-unit statistics -- */ 95 /* erase cycle count for unit */ 223 /* check if any unit has been already programmed */ in flash_sim_write() 281 static void unit_erase(const uint32_t unit) in unit_erase() argument 284 (unit * FLASH_SIMULATOR_ERASE_UNIT); in unit_erase() 286 /* erase the memory unit by setting it to erase value */ in unit_erase() 300 /* erase operation must be aligned to the erase unit boundary */ in flash_sim_erase() 315 /* the first unit to be erased */ in flash_sim_erase() [all …]
|
/Zephyr-Core-2.7.6/.github/workflows/ |
D | clang.yaml | 113 - name: Upload Unit Test Results 117 name: Unit Test Results (Subset ${{ matrix.platform }}) 121 name: "Publish Unit Tests Results" 131 - name: Publish Unit Test Results 132 uses: EnricoMi/publish-unit-test-result-action@v1 135 check_name: Unit Test Results
|
/Zephyr-Core-2.7.6/samples/subsys/ipc/ipm_imx/ |
D | README.rst | 9 Messaging Unit peripheral. It reads the received data from the Messaging Unit 14 The i.MX Messaging Unit peripheral consists of four 32-bit transmit and receive 49 and write data into the Messaging Unit.
|
/Zephyr-Core-2.7.6/dts/arm/nuvoton/npcx/npcx7/ |
D | npcx7-miwus-wui-map.dtsi | 7 /* Common Wake-Up Unit Input (WUI) mapping configurations in npcx family */ 10 /* Specific Wake-Up Unit Input (WUI) mapping configurations in npcx7 series */
|
/Zephyr-Core-2.7.6/include/dt-bindings/adc/ |
D | adc.h | 24 #define ADC_ACQ_TIME(unit, value) (((unit) << 14) | ((value) & BIT_MASK(14))) argument
|