Home
last modified time | relevance | path

Searched refs:bitfield (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670.c162 uint32_t bitfield = 0; in convert_acc_fs_to_bitfield() local
165 bitfield = ACCEL_CONFIG0_FS_SEL_2g; in convert_acc_fs_to_bitfield()
168 bitfield = ACCEL_CONFIG0_FS_SEL_4g; in convert_acc_fs_to_bitfield()
171 bitfield = ACCEL_CONFIG0_FS_SEL_8g; in convert_acc_fs_to_bitfield()
174 bitfield = ACCEL_CONFIG0_FS_SEL_16g; in convert_acc_fs_to_bitfield()
177 return bitfield; in convert_acc_fs_to_bitfield()
182 uint32_t bitfield = 0; in convert_gyr_fs_to_bitfield() local
185 bitfield = GYRO_CONFIG0_FS_SEL_250dps; in convert_gyr_fs_to_bitfield()
188 bitfield = GYRO_CONFIG0_FS_SEL_500dps; in convert_gyr_fs_to_bitfield()
191 bitfield = GYRO_CONFIG0_FS_SEL_1000dps; in convert_gyr_fs_to_bitfield()
[all …]
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.mtk_adsp8 bitfield registers (status and enable) and one mask value
/Zephyr-latest/tests/kernel/common/src/
Dbitfield.c34 ZTEST(bitfield, test_bitfield) in ZTEST() argument
136 ZTEST_SUITE(bitfield, NULL, common_setup, NULL, NULL, NULL);
/Zephyr-latest/drivers/flash/
DKconfig.nxp_s3225 - Quad Enable Requirements bitfield (DW15) must be present in the SFDP
28 - Soft Reset bitfield (DW16) must be present in the SFDP tables to
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst21 sync-big :Synchronize to a BIG as a receiver <BIS bitfield> [mse] [timeout]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst16 original Time To Live (TTL) value used to send the message and a bitfield of
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake97 -Wpacked-bitfield-compat
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake77 -Wpacked-bitfield-compat
91 -Wpacked-bitfield-compat
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst122 * A bitfield indicating permissions on that object. All threads have a
124 bitfield for an object to see if that thread has permission on it. The size
125 of this bitfield is controlled by the :kconfig:option:`CONFIG_MAX_THREAD_BYTES`
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake86 -Wpacked-bitfield-compat
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/doc/
Dindex.rst87 means Pin number 2 on PORTE and #27 represents the location bitfield , as used
/Zephyr-latest/modules/hostap/
DCMakeLists.txt112 ${HOSTAP_SRC_BASE}/utils/bitfield.c
/Zephyr-latest/arch/
DKconfig390 Every kernel object will have an associated bitfield to store
392 bitfield (in bytes) and imposes a limit on how many threads can
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst541 * :github:`8356` - Failed test: kernel.common.bitfield (tests/kernel/common) on Altera Max10
Drelease-notes-3.7.rst789 * Corrected the bitfield position of IAMSK1 TX_READY_MASK in adin2111 driver.
Drelease-notes-3.1.rst68 * Converted the ``enum can_mode`` into a ``can_mode_t`` bitfield and renamed the CAN mode