/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_gicv3_its.c | 62 unsigned int bits = sizeof(x) * 8; in fls_z() local 63 unsigned int cmp = 1 << (bits - 1); in fls_z() 65 while (bits) { in fls_z() 67 return bits; in fls_z() 70 bits--; in fls_z()
|
/Zephyr-latest/samples/drivers/mbox_data/ |
D | README.rst | 64 - Data: 8 bits 66 - Stop bits: 1
|
/Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/doc/ |
D | index.rst | 79 - Data: 8 bits 81 - Stop bits: 1
|
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/ |
D | main.c | 89 void custom_psa_set_key_bits(psa_key_attributes_t *attributes, size_t bits) in custom_psa_set_key_bits() argument 91 zassert_equal(sizeof(struct wifi_credentials_personal) * 8, bits, "Key bits mismatch"); in custom_psa_set_key_bits()
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_format.c | 62 int i = 0, bits; in set_bitmap_bits() local 66 bits = MIN(8, to_set); in set_bitmap_bits() 67 set_value = (1 << bits) - 1; in set_bitmap_bits() 69 to_set -= bits; in set_bitmap_bits()
|
/Zephyr-latest/dts/arm/quicklogic/ |
D | quicklogic_eos_s3.dtsi | 75 arm,num-irq-priority-bits = <3>;
|
/Zephyr-latest/tests/drivers/flash/common/boards/ |
D | nrf52840dk_spi_nor.overlay | 43 size = <0x1000000>; // bits
|
D | nrf52840dk_spi_nor_wp_hold.overlay | 43 size = <0x1000000>; // bits
|
/Zephyr-latest/drivers/pcie/host/ |
D | pcie.c | 40 void pcie_set_cmd(pcie_bdf_t bdf, uint32_t bits, bool on) in pcie_set_cmd() argument 47 cmdstat |= bits; in pcie_set_cmd() 49 cmdstat &= ~bits; in pcie_set_cmd()
|
/Zephyr-latest/boards/seeed/seeeduino_xiao/doc/ |
D | index.rst | 101 The SAMD21 MCU has a single channel DAC with 10 bits of resolution. On 141 - Data: 8 bits 143 - Stop bits: 1
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf91ns.dtsi | 70 arm,num-irq-priority-bits = <3>;
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/ |
D | README.rst | 28 * 8 bits, no parity, 1 stop bit
|
/Zephyr-latest/dts/arm/ti/ |
D | am62x_m4.dtsi | 70 arm,num-irq-priority-bits = <3>;
|
D | am64x_m4.dtsi | 81 arm,num-irq-priority-bits = <3>;
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_s32k146.dtsi | 41 arm,num-irq-priority-bits = <4>;
|
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/ |
D | board.cmake | 31 -C gic_distributor.ITS-device-bits=16
|
/Zephyr-latest/boards/arm/v2m_musca_b1/ |
D | v2m_musca_b1.dts | 97 arm,num-irq-priority-bits = <3>;
|
/Zephyr-latest/boards/silabs/dev_kits/sim3u1xx_dk/doc/ |
D | index.rst | 111 - Data: 8 bits 113 - Stop bits: 1
|
/Zephyr-latest/lib/acpi/ |
D | acpi.c | 798 pci_path.bits.bus = devscope->Bus; in devscope_handler() 799 pci_path.bits.device = dev_path->Device; in devscope_handler() 800 pci_path.bits.function = dev_path->Function; in devscope_handler() 878 dmar_id[i].bits.bus = subtable->Bus; in acpi_drhd_get() 879 dmar_id[i].bits.device = dev_path[i].Device; in acpi_drhd_get() 880 dmar_id[i].bits.function = dev_path[i].Function; in acpi_drhd_get()
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 214 Frame 34: 94 bytes on wire (752 bits), 94 bytes captured (752 bits) on interface zeth-ip6ip, id 0 225 Frame 35: 94 bytes on wire (752 bits), 94 bytes captured (752 bits) on interface zeth-ip6ip, id 0
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | relay_vector_table.ld | 15 /* VTOR bits 0:6 are reserved (RES0). This requires that the base address
|
/Zephyr-latest/boards/arm/v2m_musca_s1/ |
D | v2m_musca_s1.dts | 102 arm,num-irq-priority-bits = <3>;
|
/Zephyr-latest/boards/gd/gd32vf103c_starter/doc/ |
D | index.rst | 98 - Data: 8 bits 100 - Stop bits: 1
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 149 Source address position in bits. 161 Target address position in bits. 173 Priority address position in bits.
|
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/doc/ |
D | index.rst | 100 is to perform a chip erase procedure that will erase all GPNVM bits and the full 159 - Data: 8 bits 161 - Stop bits: 1
|