/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | bitstream-decode.c | 43 PRIVATE void OI_BITSTREAM_ReadInit(OI_BITSTREAM *bs, in OI_BITSTREAM_ReadInit() 51 PRIVATE OI_UINT32 OI_BITSTREAM_ReadUINT(OI_BITSTREAM *bs, OI_UINT bits) in OI_BITSTREAM_ReadUINT() 60 PRIVATE OI_UINT8 OI_BITSTREAM_ReadUINT4Aligned(OI_BITSTREAM *bs) in OI_BITSTREAM_ReadUINT4Aligned() 80 PRIVATE OI_UINT8 OI_BITSTREAM_ReadUINT8Aligned(OI_BITSTREAM *bs) in OI_BITSTREAM_ReadUINT8Aligned()
|
D | decoder-private.c | 169 OI_BITSTREAM *bs) in OI_SBC_ReadScalefactors()
|
D | decoder-sbc.c | 109 OI_BITSTREAM bs; in DecodeBody() local
|
/hal_espressif-3.6.0/components/bootloader/subproject/main/ |
D | bootloader_start.c | 57 bootloader_state_t bs = {0}; in call_start_cpu0() local 68 static int select_partition_number(bootloader_state_t *bs) in select_partition_number() 84 static int selected_boot_partition(const bootloader_state_t *bs) in selected_boot_partition()
|
/hal_espressif-3.6.0/examples/custom_bootloader/bootloader_override/bootloader_components/main/ |
D | bootloader_start.c | 38 bootloader_state_t bs = {0}; in call_start_cpu0() local 52 static int select_partition_number(bootloader_state_t *bs) in select_partition_number()
|
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | bootloader_utility.c | 128 bool bootloader_utility_load_partition_table(bootloader_state_t *bs) in bootloader_utility_load_partition_table() 224 static esp_partition_pos_t index_to_partition(const bootloader_state_t *bs, int index) in index_to_partition() 300 static int get_active_otadata_with_check_anti_rollback(const bootloader_state_t *bs, esp_ota_select… in get_active_otadata_with_check_anti_rollback() 327 int bootloader_utility_get_selected_boot_partition(const bootloader_state_t *bs) 440 static void set_actual_ota_seq(const bootloader_state_t *bs, int index) 483 void bootloader_utility_load_boot_image(const bootloader_state_t *bs, int start_index)
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_bitstream.h | 74 #define OI_BITSTREAM_GetWritePtr(bs) ((bs)->ptr.w - 3) argument 75 #define OI_BITSTREAM_GetReadPtr(bs) ((bs)->ptr.r - 3) argument
|
/hal_espressif-3.6.0/tools/test_mkuf2/ |
D | test_mkuf2.py | 53 def __init__(self, bs): argument
|
/hal_espressif-3.6.0/components/sdmmc/test/ |
D | test_sdio.c | 205 static void sdio_slave_set_blocksize(sdmmc_card_t* card, int function, uint16_t bs) in sdio_slave_set_blocksize()
|
/hal_espressif-3.6.0/components/esp_serial_slave_link/ |
D | essl_sdio.c | 193 uint16_t bs = 512; in essl_sdio_init() local
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | twai_struct.h | 62 uint32_t bs: 1; /* SR.7 Bus Status */ member
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | twai_struct.h | 63 uint32_t bs: 1; /* SR.7 Bus Status */ member
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | twai_struct.h | 62 uint32_t bs: 1; /* SR.7 Bus Status */ member
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | twai_struct.h | 62 uint32_t bs: 1; /* SR.7 Bus Status */ member
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | twai_struct.h | 62 uint32_t bs: 1; /* SR.7 Bus Status */ member
|
/hal_espressif-3.6.0/components/ulp/include/esp32/ |
D | ulp.h | 189 …} bs; /*!< Format of BRANCH instruction (relative address, conditional o… member
|
/hal_espressif-3.6.0/components/fatfs/src/ |
D | ff.c | 6225 BYTE bs[4]; member
|