Searched refs:half (Results 1 – 25 of 49) sorted by relevance
12
/Zephyr-latest/arch/xtensa/core/ |
D | xtensa_intgen.py | 50 half = int(len(ints)/2) 53 for i in ints[0:half]: 56 emit_int_handler(ints[0:half]) 58 emit_int_handler(ints[half:])
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig.vfp | 46 that supports half- and single-precision operations with 16 58 that supports half- and single-precision operations (including fused 81 that supports half-, single- and double-precision operations with 16 94 that supports half-, single- and double-precision operations 108 that supports half-, single-, double-precision operations (including 122 that supports half-, single- and double-precision operations 136 that supports half-, single-, double-precision operations (including 149 half-precision operations (half-precision extension).
|
/Zephyr-latest/doc/build/dts/ |
D | bindings.rst | 6 A devicetree on its own is only half the story for describing hardware, as it 8 half.
|
/Zephyr-latest/samples/boards/st/uart/single_wire/ |
D | README.rst | 5 Use single-wire/half-duplex UART functionality of STM32 devices. 10 A simple application demonstrating how to use the single wire / half-duplex UART
|
/Zephyr-latest/samples/subsys/nvs/boards/ |
D | nucleo_wb55rg.overlay | 11 /* Set 12KB of storage at the end of 1st half of flash (dual core constraints) */
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | nucleo_h7a3zi_q.overlay | 29 /* Use second half of flash for the filesystem. */
|
D | stm32f429i_disc1.overlay | 29 /* Use second half of flash for the filesystem. */
|
/Zephyr-latest/samples/sensor/ds18b20/boards/ |
D | nucleo_g0b1re.overlay | 12 * b) the UART TX pin only, while the single wire half-duplex mode is enabled.
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig.numaker | 18 Maximum number of messages the driver can queue for interrupt bottom half processing.
|
/Zephyr-latest/boards/raspberrypi/rpi_pico/ |
D | rpi_pico_rp2040_w.dts | 59 spi-half-duplex;
|
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/ |
D | README.txt | 14 The test then sets DAC to half its resolution and reads the ADC to see
|
/Zephyr-latest/subsys/modem/backends/ |
D | Kconfig | 34 A good value is ~90% the time it takes to fill half the receive buffer.
|
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/doc/ |
D | index.rst | 10 for `Seeed Studio XIAO series`_ of only half Raspberry Pi 4 size. It enables
|
/Zephyr-latest/boards/st/stm32g081b_eval/ |
D | stm32g081b_eval.dts | 165 * a prescaler who's output feeds the 'half-bit' divider which is used 196 * a prescaler who's output feeds the 'half-bit' divider which is used
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | README.rst | 90 Writing the first half of the test region... OK 91 Writing the second half of the test region... OK
|
/Zephyr-latest/arch/arc/ |
D | CMakeLists.txt | 34 # Instruct MWDT assembler not to warn when we load only lower half (32bit) of symbol
|
/Zephyr-latest/drivers/usb/device/ |
D | Kconfig | 218 Maximum number of messages the driver can queue for interrupt bottom half processing 225 for handling messages from the USB DC ISR, i.e. interrupt bottom half processing,
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf | 68 Minimal timeout is 2ms maximum should not exceed half of
|
/Zephyr-latest/boards/st/b_g474e_dpow1/ |
D | b_g474e_dpow1.dts | 159 * a prescaler who's output feeds the 'half-bit' divider which is used
|
/Zephyr-latest/boards/tdk/robokit1/ |
D | robokit1-common.dtsi | 200 * The first half of sector 0 (64 kbytes)
|
/Zephyr-latest/boards/st/stm32g071b_disco/ |
D | stm32g071b_disco.dts | 161 * a prescaler who's output feeds the 'half-bit' divider which is used
|
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/ |
D | sam_e70_xplained-common.dtsi | 160 * The first half of sector 0 (64 kbytes)
|
/Zephyr-latest/samples/boards/arc_secure_services/ |
D | README.rst | 19 the other half is allocated to normal world.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | w1.rst | 9 1-Wire is a low speed half-duplex serial bus using only a single wire plus
|
/Zephyr-latest/doc/releases/ |
D | index.rst | 39 Support and maintenance for an LTS release stops at least half a year
|
12