Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitstream-decode.c43 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()
Ddecoder-private.c169 OI_BITSTREAM *bs) in OI_SBC_ReadScalefactors()
Ddecoder-sbc.c109 OI_BITSTREAM bs; in DecodeBody() local
/hal_espressif-3.6.0/components/bootloader/subproject/main/
Dbootloader_start.c57 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/
Dbootloader_start.c38 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/
Dbootloader_utility.c128 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/
Doi_bitstream.h74 #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/
Dtest_mkuf2.py53 def __init__(self, bs): argument
/hal_espressif-3.6.0/components/sdmmc/test/
Dtest_sdio.c205 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/
Dessl_sdio.c193 uint16_t bs = 512; in essl_sdio_init() local
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dtwai_struct.h62 uint32_t bs: 1; /* SR.7 Bus Status */ member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dtwai_struct.h63 uint32_t bs: 1; /* SR.7 Bus Status */ member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dtwai_struct.h62 uint32_t bs: 1; /* SR.7 Bus Status */ member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dtwai_struct.h62 uint32_t bs: 1; /* SR.7 Bus Status */ member
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dtwai_struct.h62 uint32_t bs: 1; /* SR.7 Bus Status */ member
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h189 …} bs; /*!< Format of BRANCH instruction (relative address, conditional o… member
/hal_espressif-3.6.0/components/fatfs/src/
Dff.c6225 BYTE bs[4]; member