Home
last modified time | relevance | path

Searched refs:csf (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c273 static const uint8_t csf = BIT(CF_BIT_ROBUST_CACHING); in activate_robust_caching() local
277 .data = &csf, in activate_robust_caching()
278 .length = sizeof(csf), in activate_robust_caching()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c264 static const uint8_t csf[] = { BIT(2) }; in write_csf() local
268 .data = csf, in write_csf()
269 .length = sizeof(csf), in write_csf()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c296 static const uint8_t csf[] = { BIT(0) | BIT(1) }; in enable_robust_caching() local
300 .data = csf, in enable_robust_caching()
301 .length = sizeof(csf), in enable_robust_caching()
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/rt/
Dsoc_rt10xx.c117 .csf = (uint32_t)CSF_ADDRESS,
Dsoc_rt11xx.c146 .csf = (uint32_t)CSF_ADDRESS,