Searched refs:bitfield (Results 1 – 19 of 19) sorted by relevance
17 uint32_t bitfield = 0; in convert_gyr_fs_to_bitfield() local20 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() argument129 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 …]
163 uint32_t bitfield = 0; in convert_acc_fs_to_bitfield() local166 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() local186 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 …]
20 uint16_t convert_bitfield_to_gyr_fs(uint8_t bitfield);
9 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);
38 - Quad Enable Requirements bitfield (DW15) must be present in the SFDP41 - 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
1074 static uint8_t bit_count(uint32_t bitfield) in bit_count() argument1077 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()
97 -Wpacked-bitfield-compat
78 -Wpacked-bitfield-compat92 -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`
55 means Pin number 2 on PORTE and #27 represents the location bitfield , as used
87 -Wpacked-bitfield-compat
108 ${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