Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/tdk/icm42x70/
Dicm42670.c17 uint32_t bitfield = 0; in convert_gyr_fs_to_bitfield() local
20 bitfield = GYRO_CONFIG0_FS_SEL_250dps; in convert_gyr_fs_to_bitfield()
23 bitfield = GYRO_CONFIG0_FS_SEL_500dps; in convert_gyr_fs_to_bitfield()
26 bitfield = GYRO_CONFIG0_FS_SEL_1000dps; in convert_gyr_fs_to_bitfield()
29 bitfield = GYRO_CONFIG0_FS_SEL_2000dps; in convert_gyr_fs_to_bitfield()
32 return bitfield; in convert_gyr_fs_to_bitfield()
125 uint16_t convert_bitfield_to_gyr_fs(uint8_t bitfield) in convert_bitfield_to_gyr_fs() argument
129 if (bitfield == GYRO_CONFIG0_FS_SEL_250dps) { in convert_bitfield_to_gyr_fs()
131 } else if (bitfield == GYRO_CONFIG0_FS_SEL_500dps) { in convert_bitfield_to_gyr_fs()
133 } else if (bitfield == GYRO_CONFIG0_FS_SEL_1000dps) { in convert_bitfield_to_gyr_fs()
[all …]
Dicm42x70.c163 uint32_t bitfield = 0; in convert_acc_fs_to_bitfield() local
166 bitfield = ACCEL_CONFIG0_FS_SEL_2g; in convert_acc_fs_to_bitfield()
169 bitfield = ACCEL_CONFIG0_FS_SEL_4g; in convert_acc_fs_to_bitfield()
172 bitfield = ACCEL_CONFIG0_FS_SEL_8g; in convert_acc_fs_to_bitfield()
175 bitfield = ACCEL_CONFIG0_FS_SEL_16g; in convert_acc_fs_to_bitfield()
178 return bitfield; in convert_acc_fs_to_bitfield()
183 uint32_t bitfield = 0xFF; in convert_ln_bw_to_bitfield() local
186 bitfield = ACCEL_CONFIG1_ACCEL_FILT_BW_16; /* (= GYRO_CONFIG1_GYRO_FILT_BW_16) */ in convert_ln_bw_to_bitfield()
188 bitfield = ACCEL_CONFIG1_ACCEL_FILT_BW_25; /* (= GYRO_CONFIG1_GYRO_FILT_BW_25) */ in convert_ln_bw_to_bitfield()
190 bitfield = ACCEL_CONFIG1_ACCEL_FILT_BW_34; /* (= GYRO_CONFIG1_GYRO_FILT_BW_34) */ in convert_ln_bw_to_bitfield()
[all …]
Dicm42670.h20 uint16_t convert_bitfield_to_gyr_fs(uint8_t bitfield);
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.mtk_adsp9 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_s3238 - Quad Enable Requirements bitfield (DW15) must be present in the SFDP
41 - 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/subsys/bluetooth/audio/
Dbap_broadcast_sink.c1074 static uint8_t bit_count(uint32_t bitfield) in bit_count() argument
1077 return POPCOUNT(bitfield); in bit_count()
1081 while (bitfield != 0U) { in bit_count()
1082 cnt += bitfield & 1U; in bit_count()
1083 bitfield >>= 1U; in bit_count()
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake97 -Wpacked-bitfield-compat
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake78 -Wpacked-bitfield-compat
92 -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/boards/silabs/dev_kits/sltb004a/doc/
Dindex.rst55 means Pin number 2 on PORTE and #27 represents the location bitfield , as used
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake87 -Wpacked-bitfield-compat
/Zephyr-latest/modules/hostap/
DCMakeLists.txt108 ${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