/Zephyr-latest/dts/bindings/serial/ |
D | st,stm32-uart-base.yaml | 56 de-enable: 59 Enable activating an external transeiver through the DE pin which must also be configured 62 de-assert-time: 66 Defines the time between the activation of the DE signal and the beginning of the start bit. 70 de-deassert-time: 74 Defines the time between the activation of the DE signal and the beginning of the start bit. 78 de-invert: 81 Invert the binary logic of the de pin. When enabled, physical logic levels are inverted and
|
/Zephyr-latest/boards/panasonic/pan1783/doc/ |
D | index.rst | 60 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 61 .. _pan1783_evb user guide: https://pideu.panasonic.de/development-hub/pan1783/evaluation_board/use… 62 .. _pan1783a_evb user guide: https://pideu.panasonic.de/development-hub/pan1783a/evaluation_board/u… 63 .. _pan1783a_pa_evb user guide: https://pideu.panasonic.de/development-hub/pan1783a_pa/evaluation_b… 64 .. _download section PAN1783: https://pideu.panasonic.de/development-hub/pan1783/downloads/ 65 .. _download section PAN1783A: https://pideu.panasonic.de/development-hub/pan1783a/downloads/ 66 .. _download section PAN1783A-PA: https://pideu.panasonic.de/development-hub/pan1783a_pa/downloads/
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_impl.c | 278 LOG_ERR("File system without file type stored in de is not supported"); in ext2_verify_disk_superblock() 569 struct ext2_direntry *de; in find_dir_entry() local 583 de = ext2_fetch_direntry(disk_de); in find_dir_entry() 584 if (de == NULL) { in find_dir_entry() 588 if (len == de->de_name_len && strncmp(de->de_name, name, len) == 0) { in find_dir_entry() 589 ino = de->de_inode; in find_dir_entry() 597 offset += de->de_rec_len; in find_dir_entry() 598 k_heap_free(&direntry_heap, de); in find_dir_entry() 603 k_heap_free(&direntry_heap, de); in find_dir_entry() 826 struct ext2_direntry *de = ext2_fetch_direntry(disk_de); in ext2_get_direntry() local [all …]
|
D | ext2_format.c | 351 struct ext2_direntry *de; in ext2_format() local 366 de = ext2_create_direntry(".", 1, EXT2_ROOT_INODE, EXT2_FT_DIR); in ext2_format() 367 ext2_write_direntry(disk_de, de); in ext2_format() 369 de_offset += de->de_rec_len; in ext2_format() 370 k_heap_free(&direntry_heap, de); in ext2_format() 373 de = ext2_create_direntry("..", 2, EXT2_ROOT_INODE, EXT2_FT_DIR); in ext2_format() 374 ext2_write_direntry(disk_de, de); in ext2_format() 376 de_offset += de->de_rec_len; in ext2_format() 377 k_heap_free(&direntry_heap, de); in ext2_format() 382 de = ext2_create_direntry(name, strlen(name), lost_found_inode, EXT2_FT_DIR); in ext2_format() [all …]
|
D | ext2_diskops.h | 226 void ext2_write_direntry(struct ext2_disk_direntry *disk_de, struct ext2_direntry *de); 228 uint32_t ext2_get_disk_direntry_inode(struct ext2_disk_direntry *de); 229 uint32_t ext2_get_disk_direntry_reclen(struct ext2_disk_direntry *de); 230 uint8_t ext2_get_disk_direntry_namelen(struct ext2_disk_direntry *de); 231 uint8_t ext2_get_disk_direntry_type(struct ext2_disk_direntry *de); 233 void ext2_set_disk_direntry_inode(struct ext2_disk_direntry *de, uint32_t inode); 234 void ext2_set_disk_direntry_reclen(struct ext2_disk_direntry *de, uint16_t reclen); 235 void ext2_set_disk_direntry_namelen(struct ext2_disk_direntry *de, uint8_t namelen); 236 void ext2_set_disk_direntry_type(struct ext2_disk_direntry *de, uint8_t type); 237 void ext2_set_disk_direntry_name(struct ext2_disk_direntry *de, const char *name, size_t len);
|
D | ext2_diskops.c | 135 struct ext2_direntry *de = k_heap_alloc(&direntry_heap, prog_rec_len, K_FOREVER); in ext2_fetch_direntry() local 137 __ASSERT(de != NULL, "allocated direntry can't be NULL"); in ext2_fetch_direntry() 139 de->de_inode = sys_le32_to_cpu(disk_de->de_inode); in ext2_fetch_direntry() 140 de->de_rec_len = sys_le16_to_cpu(disk_de->de_rec_len); in ext2_fetch_direntry() 141 de->de_name_len = disk_de->de_name_len; in ext2_fetch_direntry() 142 de->de_file_type = disk_de->de_file_type; in ext2_fetch_direntry() 143 memcpy(de->de_name, disk_de->de_name, de->de_name_len); in ext2_fetch_direntry() 144 return de; in ext2_fetch_direntry() 147 void ext2_write_direntry(struct ext2_disk_direntry *disk_de, struct ext2_direntry *de) in ext2_write_direntry() argument 149 disk_de->de_inode = sys_le32_to_cpu(de->de_inode); in ext2_write_direntry() [all …]
|
/Zephyr-latest/lib/posix/options/ |
D | file_system_r.c | 24 struct fs_dirent de; in readdir_r() local 41 rc = fs_readdir(&ptr->dir, &de); in readdir_r() 47 strncpy(entry->d_name, de.name, MIN(sizeof(entry->d_name), sizeof(de.name))); in readdir_r()
|
/Zephyr-latest/soc/st/stm32/stm32f3x/ |
D | Kconfig.defconfig.stm32f303x8 | 3 # Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de> 4 # Fabian Paschke <fabian.paschke@eas.iis.fraunhofer.de>
|
/Zephyr-latest/dts/bindings/spi/ |
D | microchip,xec-qmspi.yaml | 53 description: Delay in system clocks from last clock edge to CS# de-assertion 58 description: Delay in system clocks from CS# de-assertion to driving HOLD# and WP# 63 description: Delay in system clocks from CS# de-assertion to CS# assertion
|
D | microchip,xec-qmspi-ldma.yaml | 64 Delay in QMSPI main clocks from last clock edge to CS# de-assertion. 71 Delay in QMSPI main clocks from CS# de-assertion to driving HOLD# 78 Delay in QMSPI main clocks from CS# de-assertion to CS# assertion.
|
/Zephyr-latest/doc/services/storage/disk/ |
D | access.rst | 15 API provides IOCTLs to initialize and de-initialize the disk. They are 22 * :c:macro:`DISK_IOCTL_CTRL_DEINIT`: De-initialize the disk. Once this IOCTL 26 Init/deinit IOCTL calls are balanced, so a disk will not de-initialize until 29 It is also possible to force a disk de-initialization by passing a 35 Note that de-initializing a disk is a low level operation- typically the 36 de-initialization and initialization calls should be left to the filesystem 38 de-initialize the disk and can instead call :c:func:`fs_unmount`
|
/Zephyr-latest/drivers/serial/ |
D | uart_stm32.h | 44 /* enable de signal */ 46 /* de signal assertion time in 1/16 of a bit */ 48 /* de signal deassertion time in 1/16 of a bit */ 50 /* enable de pin inversion */
|
/Zephyr-latest/dts/bindings/misc/ |
D | zephyr,modbus-serial.yaml | 11 de-gpios: 15 Driver enable pin (DE) of the RS-485 transceiver.
|
/Zephyr-latest/boards/panasonic/pan1770_evb/doc/ |
D | index.rst | 50 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 51 .. _user guide: https://pideu.panasonic.de/development-hub/pan1770/evaluation_board/user_guide/ 52 .. _download section: https://pideu.panasonic.de/development-hub/pan1770/downloads/
|
/Zephyr-latest/boards/panasonic/pan1780_evb/doc/ |
D | index.rst | 49 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 50 .. _user guide: https://pideu.panasonic.de/development-hub/pan1780/evaluation_board/user_guide/ 51 .. _download section: https://pideu.panasonic.de/development-hub/pan1780/downloads/
|
/Zephyr-latest/boards/panasonic/pan1782_evb/doc/ |
D | index.rst | 49 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 50 .. _user guide: https://pideu.panasonic.de/development-hub/pan1782/evaluation_board/user_guide/ 51 .. _download section: https://pideu.panasonic.de/development-hub/pan1782/downloads/
|
/Zephyr-latest/boards/panasonic/pan1781_evb/doc/ |
D | index.rst | 48 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 49 .. _user guide: https://pideu.panasonic.de/development-hub/pan1781/evaluation_board/user_guide/ 50 .. _download section: https://pideu.panasonic.de/development-hub/pan1781/downloads/
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | test_dirops.c | 20 struct fs_dirent de; in ZTEST() local 27 if (fs_stat("/sml/lost+found", &de) == 0) { in ZTEST()
|
/Zephyr-latest/dts/arm/st/f3/ |
D | stm32f303X8.dtsi | 2 * Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de> 3 * Fabian Paschke <fabian.paschke@eas.iis.fraunhofer.de>
|
/Zephyr-latest/samples/drivers/led/lp5569/ |
D | README.rst | 40 - LP5569 Datasheet: https://www.ti.com/product/de-de/LP5569
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | soc_sam4l_gpio.c | 51 /* Enable de-bounce, disable de-glitch */ in configure_input_attr() 54 /* Disable de-bounce, enable de-glitch */ in configure_input_attr()
|
/Zephyr-latest/samples/drivers/flash_shell/ |
D | README.rst | 43 00001000: 78 56 34 12 f0 de bc 9a ff ff ff ff ff ff ff ff |xV4..... ........| 49 00001000: 78 56 34 12 f0 de bc 9a ff ff ff ff ff ff ff ff |xV4..... ........|
|
/Zephyr-latest/boards/st/nucleo_f303k8/ |
D | Kconfig.nucleo_f303k8 | 1 # Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de>
|
/Zephyr-latest/boards/st/nucleo_f031k6/ |
D | Kconfig.nucleo_f031k6 | 1 # Copyright (c) 2021 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de>
|
/Zephyr-latest/boards/aconno/acn52832/ |
D | Kconfig.acn52832 | 3 # Copyright (c) 2023 Sven Herrmann <sven.herrmann@posteo.de>
|