Searched refs:error (Results 1 – 19 of 19) sorted by relevance
| /platform/fvp-base/ |
| A D | debug.c | 18 #error define DEBUG_UART to 0
|
| /platform/stm32f0xx/ |
| A D | i2c.c | 195 bool error = false; in stm32_i2c_irq() local 196 error |= stm32_i2c_check_error(i2c, isr, I2C_ISR_NACKF, STM32_I2C_STATE_ERROR_NACK); in stm32_i2c_irq() 197 error |= stm32_i2c_check_error(i2c, isr, I2C_ISR_BERR, STM32_I2C_STATE_ERROR_BUS_ERROR); in stm32_i2c_irq() 198 error |= stm32_i2c_check_error(i2c, isr, I2C_ISR_ARLO, STM32_I2C_STATE_ERROR_ARBITRATION_LOST); in stm32_i2c_irq() 199 error |= stm32_i2c_check_error(i2c, isr, I2C_ISR_TIMEOUT, STM32_I2C_STATE_ERROR_TIMEOUT); in stm32_i2c_irq() 200 if (error) { in stm32_i2c_irq()
|
| A D | uart.c | 91 #error UART3 and 4 share an interrupt; not supported
|
| /platform/qemu-virt-arm/ |
| A D | debug.c | 22 #error define DEBUG_UART to something valid
|
| /platform/zynq/ |
| A D | debug.c | 24 #error define DEBUG_UART to something valid
|
| /platform/stellaris/ |
| A D | init.c | 47 #error add more cases for additional frequencies in platform_early_init()
|
| A D | rules.mk | 29 $(error need to define MEMSIZE)
|
| /platform/bcm28xx/ |
| A D | platform.c | 93 #error Unknown BCM28XX Variant 163 #error Unknown BCM28XX Variant in platform_early_init()
|
| A D | intc.c | 25 #error Unknown BCM28XX Variant
|
| /platform/stm32f4xx/ |
| A D | rules.mk | 30 $(error unknown STM32F4xx chip $(STM32_CHIP))
|
| /platform/rp20xx/tools/ |
| A D | uf2conv.py | 268 def error(msg): function 301 error("Family ID needs to be a number or one of: " + ", ".join(families.keys())) 307 error("Need input file") 337 error("No drive to deploy.")
|
| /platform/stm32f2xx/ |
| A D | rules.mk | 30 $(error unknown STM32F2xx chip $(STM32_CHIP))
|
| /platform/stm32f7xx/ |
| A D | rules.mk | 30 $(error unknown STM32F7xx chip $(STM32_CHIP))
|
| A D | eth.c | 131 #error DTCM will collide with MEMBASE in eth_init() 218 goto error; in eth_send() 228 error: in eth_send()
|
| A D | init.c | 205 #error SDRAM_SIZE not defined. in mpu_init()
|
| A D | uart.c | 62 #error add support for additional uarts
|
| /platform/lpc15xx/ |
| A D | rules.mk | 19 $(error need to define MEMSIZE)
|
| /platform/pc/ |
| A D | ide.c | 839 goto error; in ide_detect_ata() 849 goto error; in ide_detect_ata() 864 goto error; in ide_detect_ata() 870 goto error; in ide_detect_ata() 890 goto error; in ide_detect_ata() 904 error: in ide_detect_ata()
|
| /platform/bcm28xx/include/platform/ |
| A D | bcm28xx.h | 21 #error Unknown BCM28XX Variant
|
Completed in 23 milliseconds