Home
last modified time | relevance | path

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

12345678

/external/lib/lwip/core/
A Dinit.c65 #error "BYTE_ORDER is not defined, you have to define it in your cc.h"
122 #error "TCP_SND_QUEUELEN must be at least 2 for no-copy TCP writes to work"
170 #error "PPP_SUPPORT needs either PPPOS_SUPPORT or PPPOE_SUPPORT turned on"
189 #error "NETCONN_COPY != TCP_WRITE_FLAG_COPY"
192 #error "NETCONN_MORE != TCP_WRITE_FLAG_MORE"
198 #error "SO_ACCEPTCONN != SOF_ACCEPTCONN"
201 #error "WARNING: SO_REUSEADDR != SOF_REUSEADDR"
204 #error "WARNING: SO_KEEPALIVE != SOF_KEEPALIVE"
207 #error "WARNING: SO_BROADCAST != SOF_BROADCAST"
210 #error "WARNING: SO_LINGER != SOF_LINGER"
[all …]
/external/platform/pico/rp2_common/boot_stage2/include/boot_stage2/
A Dconfig.h25 #error multiple boot stage 2 options chosen
34 #error multiple boot stage 2 options chosen
43 #error multiple boot stage 2 options chosen
52 #error multiple boot stage 2 options chosen
60 #error multiple boot stage 2 options chosen
85 #error no boot stage 2 is defined by PICO_BOOT_STAGE2_CHOOSE_ macro
/external/platform/nrfx/drivers/src/
A Dnrfx_egu.c42 #error "No enabled EGU instances. Check <nrfx_config.h>."
46 #error "EGU instance 0 is reserved for use outside of nrfx."
49 #error "EGU instance 1 is reserved for use outside of nrfx."
52 #error "EGU instance 2 is reserved for use outside of nrfx."
55 #error "EGU instance 3 is reserved for use outside of nrfx."
58 #error "EGU instance 4 is reserved for use outside of nrfx."
61 #error "EGU instance 5 is reserved for use outside of nrfx."
A Dnrfx_pdm.c67 uint8_t error; ///< Driver error flag. member
89 evt.error = NRFX_PDM_NO_ERROR; in nrfx_pdm_irq_handler()
90 m_cb.error = 0; in nrfx_pdm_irq_handler()
111 if (m_cb.error == 0) in nrfx_pdm_irq_handler()
116 .error = NRFX_PDM_ERROR_OVERFLOW in nrfx_pdm_irq_handler()
118 m_cb.error = 1; in nrfx_pdm_irq_handler()
137 evt.error = NRFX_PDM_NO_ERROR; in nrfx_pdm_irq_handler()
162 .error = NRFX_PDM_NO_ERROR, in nrfx_pdm_irq_handler()
199 m_cb.error = 0; in nrfx_pdm_init()
A Dnrfx_twi.c105 bool error; member
353 if (p_cb->error) in twi_transfer()
364 p_cb->error = true; in twi_transfer()
378 p_cb->error = true; in twi_transfer()
397 p_cb->error = true; in twi_transfer()
412 if (!p_cb->error) in twi_transfer()
437 p_cb->error = false; in twi_tx_start_transfer()
466 if (p_cb->error) in twi_tx_start_transfer()
539 if (p_cb->error) in twi_rx_start_transfer()
677 if (!p_cb->error && in twi_irq_handler()
[all …]
A Dnrfx_twis.c40 #error "No enabled TWIS instances. Check <nrfx_config.h>."
81 volatile uint32_t error; member
234 uint32_t error) in nrfx_twis_process_error() argument
236 if (0 == error) in nrfx_twis_process_error()
238 error = NRFX_TWIS_ERROR_UNEXPECTED_EVENT; in nrfx_twis_process_error()
242 evdata.data.error = error; in nrfx_twis_process_error()
244 p_cb->error |= error; in nrfx_twis_process_error()
593 p_cb->error = 0; in nrfx_twis_enable()
676 #error Unknown compiler
686 return nrfx_twis_error_get_and_clear_internal(&p_cb->error); in nrfx_twis_error_get_and_clear()
A Dnrfx_timer.c39 #error "No enabled TIMER instances. Check <nrfx_config.h>."
43 #error "TIMER instance 0 is reserved for use outside of nrfx."
46 #error "TIMER instance 1 is reserved for use outside of nrfx."
49 #error "TIMER instance 2 is reserved for use outside of nrfx."
52 #error "TIMER instance 3 is reserved for use outside of nrfx."
55 #error "TIMER instance 4 is reserved for use outside of nrfx."
A Dnrfx_uart.c37 #error "No enabled UART instances. Check <nrfx_config.h>."
412 bool error; in nrfx_uart_rx() local
417 error = nrf_uart_event_check(p_instance->p_reg, NRF_UART_EVENT_ERROR); in nrfx_uart_rx()
420 } while ((!rxrdy) && (!rxto) && (!error)); in nrfx_uart_rx()
422 if (error || rxto) in nrfx_uart_rx()
430 if (error) in nrfx_uart_rx()
560 event.data.error.error_mask = nrf_uart_errorsrc_get_and_clear(p_uart); in uart_irq_handler()
561 event.data.error.rxtx.bytes = p_cb->rx_buffer_length; in uart_irq_handler()
562 event.data.error.rxtx.p_data = p_cb->p_rx_buffer; in uart_irq_handler()
A Dnrfx_twim.c40 #error "No enabled TWIM instances. Check <nrfx_config.h>."
128 bool error; member
384 p_cb->error = false; in twim_xfer()
695 p_cb->error = true; in twim_irq_handler()
707 if (!(p_cb->flags & NRFX_TWIM_FLAG_NO_SPURIOUS_STOP_CHECK) && !p_cb->error) in twim_irq_handler()
709 p_cb->error = !xfer_completeness_check(p_twim, p_cb); in twim_irq_handler()
719 if (!p_cb->repeated || p_cb->error) in twim_irq_handler()
793 else if (p_cb->error) in twim_irq_handler()
809 if (!(p_cb->flags & NRFX_TWIM_FLAG_NO_XFER_EVT_HANDLER) || p_cb->error) in twim_irq_handler()
A Dnrfx_uarte.c40 #error "No enabled UARTE instances. Check <nrfx_config.h>."
513 bool error; in nrfx_uarte_rx() local
517 error = nrf_uarte_event_check(p_instance->p_reg, NRF_UARTE_EVENT_ERROR); in nrfx_uarte_rx()
518 } while ((!endrx) && (!rxto) && (!error)); in nrfx_uarte_rx()
522 if (error) in nrfx_uarte_rx()
619 event.data.error.error_mask = nrf_uarte_errorsrc_get_and_clear(p_uarte); in uarte_irq_handler()
620 event.data.error.rxtx.bytes = nrf_uarte_rx_amount_get(p_uarte); in uarte_irq_handler()
621 event.data.error.rxtx.p_data = p_cb->p_rx_buffer; in uarte_irq_handler()
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_spi.c536 goto error; in HAL_SPI_Transmit()
542 goto error; in HAL_SPI_Transmit()
682 error: in HAL_SPI_Transmit()
920 error : in HAL_SPI_Receive()
1220 error : in HAL_SPI_TransmitReceive()
1311 error : in HAL_SPI_Transmit_IT()
1421 error : in HAL_SPI_Receive_IT()
1537 error : in HAL_SPI_TransmitReceive_IT()
1649 error : in HAL_SPI_Transmit_DMA()
1792 error: in HAL_SPI_Receive_DMA()
[all …]
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dchip.h41 #error CORE_M3 is not defined for the LPC15xx architecture
42 #error CORE_M3 should be defined as part of your compiler define list
46 #error CHIP_LPC15XX is not defined!
A Dcmsis.h61 #error Not supported compiler type
71 #error Incorrect or missing device variant (CHIP_LPC15XX)
/external/arch/arm/arm-m/CMSIS/Include/
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)"
A Dcore_cm1.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)"
A Dcore_sc000.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)"
A Dcore_cm0plus.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)"
/external/platform/cc13xx/cc13xxware/inc/
A Dhw_chip_def.h172 #error "Specified chip family does not match DriverLib release"
175 #error "Specified chip option (OTP) does not match DriverLib release"
178 #error "Specified chip hardware revision does not match DriverLib release"
/external/platform/nrfx/drivers/include/
A Dnrfx_power_clock.h47 #error "IRQ priorities for POWER and CLOCK must be the same. Check <nrfx_config.h>." in nrfx_power_clock_irq_init()
55 #error "This code is not supposed to be compiled when neither POWER nor CLOCK is enabled." in nrfx_power_clock_irq_init()
/external/platform/pico/rp2_common/hardware_xosc/
A Dxosc.c19 #error XOSC_KHZ must be in the range 1,000-50,000KHz i.e. 1-50MHz XOSC frequency
26 #error PICO_XOSC_STARTUP_DELAY_MULTIPLIER is too large: XOSC STARTUP.DELAY must be < 8192
/external/platform/pico/rp2_common/pico_cyw43_arch/
A Dcyw43_arch_threadsafe_background.c22 #error PICO_CYW43_ARCH_THREADSAFE_BACKGROUND requires lwIP NO_SYS=1
26 #error MEM_LIBC_MALLOC is incompatible with PICO_CYW43_ARCH_THREADSAFE_BACKGROUND
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcore_cm0plus.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)"
/external/platform/pico/rp2_common/hardware_clocks/include/hardware/
A Dclocks.h134 #error PLL_SYS_VCO_FREQ_KHZ, PLL_SYS_POSTDIV1 and PLL_SYS_POSTDIV2 must all be specified when using…
153 #error PLL_USB_VCO_FREQ_KHZ, PLL_USB_POSTDIV1 and PLL_USB_POSTDIV2 must all be specified when using…
/external/lib/fdt/
A Dmeson.build23 # -undefined error is the equivalent of --no-undefined for the macOS linker,
25 link_args += cc.get_supported_link_arguments('-Wl,-undefined,error')
/external/platform/pico/rp2_common/pico_stdio_usb/
A Dstdio_usb_descriptors.c145 #error USBD_DESC_STR_MAX too high (max is 127). in tud_descriptor_string_cb()
147 #error USBD_DESC_STR_MAX too low (min is 17). in tud_descriptor_string_cb()

Completed in 56 milliseconds

12345678