Searched refs:bitfield (Results 1 – 16 of 16) sorted by relevance
162 uint32_t bitfield = 0; in convert_acc_fs_to_bitfield() local165 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() local185 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 …]
8 bitfield registers (status and enable) and one mask value
34 ZTEST(bitfield, test_bitfield) in ZTEST() argument136 ZTEST_SUITE(bitfield, NULL, common_setup, NULL, NULL, NULL);
25 - Quad Enable Requirements bitfield (DW15) must be present in the SFDP28 - Soft Reset bitfield (DW16) must be present in the SFDP tables to
21 sync-big :Synchronize to a BIG as a receiver <BIS bitfield> [mse] [timeout]
16 original Time To Live (TTL) value used to send the message and a bitfield of
97 -Wpacked-bitfield-compat
77 -Wpacked-bitfield-compat91 -Wpacked-bitfield-compat
122 * A bitfield indicating permissions on that object. All threads have a124 bitfield for an object to see if that thread has permission on it. The size125 of this bitfield is controlled by the :kconfig:option:`CONFIG_MAX_THREAD_BYTES`
86 -Wpacked-bitfield-compat
87 means Pin number 2 on PORTE and #27 represents the location bitfield , as used
112 ${HOSTAP_SRC_BASE}/utils/bitfield.c
390 Every kernel object will have an associated bitfield to store392 bitfield (in bytes) and imposes a limit on how many threads can
541 * :github:`8356` - Failed test: kernel.common.bitfield (tests/kernel/common) on Altera Max10
789 * Corrected the bitfield position of IAMSK1 TX_READY_MASK in adin2111 driver.
68 * Converted the ``enum can_mode`` into a ``can_mode_t`` bitfield and renamed the CAN mode