Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsdmmc_ll.h348 hw->bmod.fb = en; in sdmmc_ll_enable_dma()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdmmc_ll.h344 hw->bmod.fb = en; in sdmmc_ll_enable_dma()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsdmmc_struct.h307 uint32_t fb: 1; ///< set if AHB master performs fixed burst transfers member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsdmmc_struct.h354 uint32_t fb: 1; ///< set if AHB master performs fixed burst transfers member
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c89 #define fb(x) (f8(x) ^ f2(x) ^ x) macro
204 static const uint_8t gfmul_b[256] = mm_data(fb);
298 #define gfm_b(x) fb(x)