Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/btstack/3rd-party/lwip/core/src/core/
H A Dinit.c86 #error "BYTE_ORDER is not defined, you have to define it in your cc.h"
89 #error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_B…
92 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h"
95 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h"
98 #error "If you want to use LWIP_MULTICAST_TX_OPTIONS, you have to define LWIP_UDP=1 and/or LWIP_RAW…
101 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h"
105 #error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts.…
108 #error "If you want to use RAW, you have to define MEMP_NUM_RAW_PCB>=1 in your lwipopts.h"
111 #error "If you want to use UDP, you have to define MEMP_NUM_UDP_PCB>=1 in your lwipopts.h"
114 #error "If you want to use TCP, you have to define MEMP_NUM_TCP_PCB>=1 in your lwipopts.h"
[all …]
/btstack/3rd-party/lc3-google/tools/
H A Delc3.c41 static void error(int status, const char *format, ...) in error() function
92 error(EINVAL, "Option %s", arg); in parse_args()
100 error(EINVAL, "Argument %s", arg); in parse_args()
111 error(EINVAL, "Option %s", arg); in parse_args()
121 error(EINVAL, "Argument %s", arg); in parse_args()
155 error(errno, "%s", p.fname_in); in main()
158 error(errno, "%s", p.fname_out); in main()
168 error(EINVAL, "Bad or unsupported WAVE input file"); in main()
171 error(EINVAL, "Bitrate"); in main()
174 error(EINVAL, "Frame duration"); in main()
[all …]
H A Ddlc3.c49 static void error(int status, const char *format, ...) in error() function
96 error(EINVAL, "Option %s", arg); in parse_args()
104 error(EINVAL, "Argument %s", arg); in parse_args()
113 error(EINVAL, "Option %s", arg); in parse_args()
123 error(EINVAL, "Argument %s", arg); in parse_args()
153 error(errno, "%s", p.fname_in); in main()
156 error(errno, "%s", p.fname_out); in main()
159 error(EINVAL, "Bitdepth %d", p.bitdepth); in main()
168 error(EINVAL, "LC3 binary input file"); in main()
171 error(EINVAL, "Number of channels %d", nchannels); in main()
[all …]
/btstack/src/
H A Dbtstack_lc3plus_fraunhofer.c80 LC3PLUS_Error error; in lc3plus_fraunhofer_decoder_configure() local
82 error = lc3plus_dec_init(decoder, sample_rate, 1, LC3PLUS_PLC_ADVANCED, 0); in lc3plus_fraunhofer_decoder_configure()
84 error = lc3plus_dec_init(decoder, sample_rate, 1, LC3PLUS_PLC_ADVANCED); in lc3plus_fraunhofer_decoder_configure()
86 btstack_assert(error == LC3PLUS_OK); in lc3plus_fraunhofer_decoder_configure()
88 error = lc3plus_dec_set_frame_dms(decoder, duration_us / 100); in lc3plus_fraunhofer_decoder_configure()
89 btstack_assert(error == LC3PLUS_OK); in lc3plus_fraunhofer_decoder_configure()
115 …LC3PLUS_Error error = lc3plus_dec16(decoder, (void*) bytes, byte_count, output_samples, lc3plus_fa… in lc3plus_fraunhofer_decoder_decode_signed_16() local
127 switch (error){ in lc3plus_fraunhofer_decoder_decode_signed_16()
154 …LC3PLUS_Error error = lc3plus_dec24(decoder, (void *) bytes, byte_count, output_samples, lc3plus_f… in lc3plus_fraunhofer_decoder_decode_signed_24() local
157 switch (error){ in lc3plus_fraunhofer_decoder_decode_signed_24()
H A Dbtstack_memory.c122 …#error "Deprecated MAX_NO_HCI_CONNECTIONS defined instead of MAX_NR_HCI_CONNECTIONS. Please update…
180 …#error "Deprecated MAX_NO_L2CAP_SERVICES defined instead of MAX_NR_L2CAP_SERVICES. Please update y…
237 …#error "Deprecated MAX_NO_L2CAP_CHANNELS defined instead of MAX_NR_L2CAP_CHANNELS. Please update y…
296 …#error "Deprecated MAX_NO_RFCOMM_MULTIPLEXERS defined instead of MAX_NR_RFCOMM_MULTIPLEXERS. Pleas…
353 …#error "Deprecated MAX_NO_RFCOMM_SERVICES defined instead of MAX_NR_RFCOMM_SERVICES. Please update…
410 …#error "Deprecated MAX_NO_RFCOMM_CHANNELS defined instead of MAX_NR_RFCOMM_CHANNELS. Please update…
468 …#error "Deprecated MAX_NO_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES defined instead of MAX_NR_BTSTACK_LIN…
526 …#error "Deprecated MAX_NO_BNEP_SERVICES defined instead of MAX_NR_BNEP_SERVICES. Please update you…
583 …#error "Deprecated MAX_NO_BNEP_CHANNELS defined instead of MAX_NR_BNEP_CHANNELS. Please update you…
641 …#error "Deprecated MAX_NO_GOEP_SERVER_SERVICES defined instead of MAX_NR_GOEP_SERVER_SERVICES. Ple…
[all …]
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmpv3_mbedtls.c140 goto error; in snmpv3_crypt()
148 goto error; in snmpv3_crypt()
158 goto error; in snmpv3_crypt()
163 goto error; in snmpv3_crypt()
167 goto error; in snmpv3_crypt()
173 goto error; in snmpv3_crypt()
177 goto error; in snmpv3_crypt()
187 goto error; in snmpv3_crypt()
204 goto error; in snmpv3_crypt()
213 goto error; in snmpv3_crypt()
[all …]
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_flash.c303 uint32_t error; in HAL_FLASH_IRQHandler() local
306 error = (FLASH->SR & FLASH_FLAG_SR_ERRORS); in HAL_FLASH_IRQHandler()
330 if (error != 0U) in HAL_FLASH_IRQHandler()
333 pFlash.ErrorCode |= error; in HAL_FLASH_IRQHandler()
336 __HAL_FLASH_CLEAR_FLAG(error); in HAL_FLASH_IRQHandler()
609 uint32_t error; in FLASH_WaitForLastOperation() local
624 error = FLASH->SR; in FLASH_WaitForLastOperation()
627 if ((error & FLASH_FLAG_EOP) != 0U) in FLASH_WaitForLastOperation()
634 error &= FLASH_FLAG_SR_ERRORS; in FLASH_WaitForLastOperation()
637 __HAL_FLASH_CLEAR_FLAG(error); in FLASH_WaitForLastOperation()
[all …]
/btstack/doc/manual/docs-template/picts/
H A Dgatt_client_security.txt7 if (GATT Server returns an ATT_ERROR_INSUFFICIENT_X error?) then (yes)
18 : SM_EVENT_REENCRYPTION_COMPLETE(error);
30 : SM_EVENT_PAIRING_COMPLETE(error);
31 #FD5B41 : App receives a GATT Client error;
56 if (GATT Server returns an ATT_ERROR_INSUFFICIENT_X error?) then (yes)
68 : SM_EVENT_REENCRYPTION_COMPLETE(error);
81 : SM_EVENT_PAIRING_COMPLETE(error);
82 #FD5B41 : App receives a GATT Client error;
116 : SM_EVENT_REENCRYPTION_COMPLETE(error);
130 : SM_EVENT_PAIRING_COMPLETE(error);
[all …]
/btstack/port/max32630-fthr/src/
H A Dbtstack_port.c179 int error = 0; in hal_uart_init() local
201 if ((error = UART_Init(MXC_UART_GET_UART(CC256X_UART_ID), &cfg, &sys_cfg)) != E_NO_ERROR) { in hal_uart_init()
202 printf("Error initializing UART %d\n", error); in hal_uart_init()
253 int error = 0; in bt_comm_init() local
260 if ((error = GPIO_Config(&PAN1326_HCIRTS)) != E_NO_ERROR) { in bt_comm_init()
261 printf("Error setting PAN1326_HCIRTS %d\n", error); in bt_comm_init()
274 if ((error = GPIO_Config(&PAN1326_nSHUTD)) != E_NO_ERROR) { in bt_comm_init()
275 printf("Error setting PAN1326_nSHUTD %d\n", error); in bt_comm_init()
316 static void uart_rx_handler(uart_req_t *request, int error) in uart_rx_handler() argument
350 static void uart_rx_handler(uart_req_t *request, int error)
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_flash.c316 uint32_t error; in HAL_FLASH_IRQHandler() local
335 error = (FLASH->SR & FLASH_FLAG_SR_ERRORS); in HAL_FLASH_IRQHandler()
337 if (error !=0U) in HAL_FLASH_IRQHandler()
340 pFlash.ErrorCode |= error; in HAL_FLASH_IRQHandler()
343 __HAL_FLASH_CLEAR_FLAG(error); in HAL_FLASH_IRQHandler()
655 uint32_t error; in FLASH_WaitForLastOperation() local
668 error = (FLASH->SR & FLASH_FLAG_SR_ERRORS); in FLASH_WaitForLastOperation()
670 if(error != 0u) in FLASH_WaitForLastOperation()
673 pFlash.ErrorCode |= error; in FLASH_WaitForLastOperation()
676 __HAL_FLASH_CLEAR_FLAG(error); in FLASH_WaitForLastOperation()
H A Dstm32l4xx_hal_spi.c842 goto error; in HAL_SPI_Transmit()
848 goto error; in HAL_SPI_Transmit()
913 goto error; in HAL_SPI_Transmit()
962 goto error; in HAL_SPI_Transmit()
992 error: in HAL_SPI_Transmit()
1029 goto error; in HAL_SPI_Receive()
1035 goto error; in HAL_SPI_Receive()
1109 goto error; in HAL_SPI_Receive()
1132 goto error; in HAL_SPI_Receive()
1150 goto error; in HAL_SPI_Receive()
[all …]
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_flash.c316 uint32_t error; in HAL_FLASH_IRQHandler() local
335 error = (FLASH->SR & FLASH_FLAG_SR_ERRORS); in HAL_FLASH_IRQHandler()
337 if (error !=0U) in HAL_FLASH_IRQHandler()
340 pFlash.ErrorCode |= error; in HAL_FLASH_IRQHandler()
343 __HAL_FLASH_CLEAR_FLAG(error); in HAL_FLASH_IRQHandler()
655 uint32_t error; in FLASH_WaitForLastOperation() local
668 error = (FLASH->SR & FLASH_FLAG_SR_ERRORS); in FLASH_WaitForLastOperation()
670 if(error != 0u) in FLASH_WaitForLastOperation()
673 pFlash.ErrorCode |= error; in FLASH_WaitForLastOperation()
676 __HAL_FLASH_CLEAR_FLAG(error); in FLASH_WaitForLastOperation()
H A Dstm32l4xx_hal_spi.c808 goto error; in HAL_SPI_Transmit()
814 goto error; in HAL_SPI_Transmit()
877 goto error; in HAL_SPI_Transmit()
926 goto error; in HAL_SPI_Transmit()
956 error: in HAL_SPI_Transmit()
993 goto error; in HAL_SPI_Receive()
999 goto error; in HAL_SPI_Receive()
1071 goto error; in HAL_SPI_Receive()
1094 goto error; in HAL_SPI_Receive()
1112 goto error; in HAL_SPI_Receive()
[all …]
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_cpu_dep.h96 / #error "OI_CPU_TYPE type not defined"
174 #error OI_CPU_ARM is deprecated
182 #error OI_CPU_ARC is deprecated
195 #error SH compiler endianness undefined
240 #error basic types not defined
267 #error basic types not defined
531 #error "Byte order (endian-ness) not defined"
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/all/
H A Dbsp_error_checking.h54 #error "Main Stack size is not integer multiple of 8. Please update BSP_CFG_STACK_MAIN_BYTES"
58 …#error "Process Stack size is not integer multiple of 8. Please update BSP_CFG_STACK_PROCESS_BYTES"
62 #error "Heap size is not integer multiple of 8. Please update BSP_CFG_HEAP_BYTES"
/btstack/port/esp32/template/main/
H A Dmain.c52 #error "Bluetooth disabled - please set CONFIG_BT_ENABLED via menuconfig -> Component Config -> Blu…
55 #error "Different Bluetooth Host stack selected - please set CONFIG_BT_CONTROLLER_ONLY via menuconf…
59 #error "Different Bluetooth Host stack selected - please set CONFIG_BT_CONTROLLER_ENABLED via menuc…
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Include/
H A Dcore_cm0.h118 #error Unknown compiler
128 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
133 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
138 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
143 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
148 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
153 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
158 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
H A Dcore_sc000.h118 #error Unknown compiler
128 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
133 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
138 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
143 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
148 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
153 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
158 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
H A Dcore_cm0plus.h118 #error Unknown compiler
128 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
133 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
138 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
143 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
148 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
153 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
158 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_spi.c761 goto error; in HAL_SPI_Transmit()
767 goto error; in HAL_SPI_Transmit()
830 goto error; in HAL_SPI_Transmit()
859 goto error; in HAL_SPI_Transmit()
889 error: in HAL_SPI_Transmit()
926 goto error; in HAL_SPI_Receive()
932 goto error; in HAL_SPI_Receive()
992 goto error; in HAL_SPI_Receive()
1015 goto error; in HAL_SPI_Receive()
1033 goto error; in HAL_SPI_Receive()
[all …]
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_spi.c766 goto error; in HAL_SPI_Transmit()
772 goto error; in HAL_SPI_Transmit()
835 goto error; in HAL_SPI_Transmit()
864 goto error; in HAL_SPI_Transmit()
894 error: in HAL_SPI_Transmit()
931 goto error; in HAL_SPI_Receive()
937 goto error; in HAL_SPI_Receive()
997 goto error; in HAL_SPI_Receive()
1020 goto error; in HAL_SPI_Receive()
1038 goto error; in HAL_SPI_Receive()
[all …]
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_spi.c777 goto error; in HAL_SPI_Transmit()
783 goto error; in HAL_SPI_Transmit()
846 goto error; in HAL_SPI_Transmit()
875 goto error; in HAL_SPI_Transmit()
905 error: in HAL_SPI_Transmit()
949 goto error; in HAL_SPI_Receive()
955 goto error; in HAL_SPI_Receive()
1015 goto error; in HAL_SPI_Receive()
1038 goto error; in HAL_SPI_Receive()
1056 goto error; in HAL_SPI_Receive()
[all …]
/btstack/test/sbc/
H A Dsbc_encoder_test.py10 error = 0.99 variable
15 global error, max_error
22 if max_error > error:
30 global error, max_error
38 if max_error > error:
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Include/
H A Dcore_cm0.h80 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
85 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
90 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
95 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
100 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
105 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
110 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Include/
H A Dcore_cm0.h80 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
85 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
90 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
95 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
100 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
105 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
110 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"

12345678910>>...15