Searched refs:bt_mesh_atomic_or (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_atomic.h | 121 static inline bt_mesh_atomic_val_t bt_mesh_atomic_or(bt_mesh_atomic_t *target, bt_mesh_atomic_val_t… in bt_mesh_atomic_or() function 126 extern bt_mesh_atomic_val_t bt_mesh_atomic_or(bt_mesh_atomic_t *target, bt_mesh_atomic_val_t value); 233 old = bt_mesh_atomic_or(BLE_MESH_ATOMIC_ELEM(target, bit), mask); in bt_mesh_atomic_test_and_set_bit() 271 (void)bt_mesh_atomic_or(BLE_MESH_ATOMIC_ELEM(target, bit), mask); in bt_mesh_atomic_set_bit() 291 (void)bt_mesh_atomic_or(BLE_MESH_ATOMIC_ELEM(target, bit), mask); in bt_mesh_atomic_set_bit_to()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_atomic.c | 82 bt_mesh_atomic_val_t bt_mesh_atomic_or(bt_mesh_atomic_t *target, bt_mesh_atomic_val_t value) in bt_mesh_atomic_or() function
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/ |
D | fast_prov.c | 165 bt_mesh_atomic_or(bt_mesh.flags, BIT(BLE_MESH_PROVISIONER) | BIT(BLE_MESH_VALID_PROV)); in bt_mesh_set_fast_prov_action()
|
D | lpn.c | 127 (void)bt_mesh_atomic_or(&target[i], bt_mesh_atomic_get(&source[i])); in group_set() 130 (void)bt_mesh_atomic_or(target, bt_mesh_atomic_get(source)); in group_set()
|