Searched refs:error (Results 1 – 12 of 12) sorted by relevance
49 #error "Please select the target GD32F3x0 device used in your application (in gd32f3x0.h file)"54 #error "Please select GD32F3x0 device category( GD32F330 or GD32F350 )"57 #error "Please select one GD32F3x0 device category( GD32F330 or GD32F350 )"
50 #error "Please select the target GD32E10X device used in your application (in gd32e10x.h file)"62 #error "Please select the target board type used in your application (in gd32e10x.h file)"
769 can_error_enum error; in can_error_get() local770 error = CAN_ERROR_NONE; in can_error_get()773 error = (can_error_enum)(GET_ERR_ERRN(CAN_ERR(can_periph))); in can_error_get()774 return error; in can_error_get()
766 can_error_enum error; in can_error_get() local767 error = CAN_ERROR_NONE; in can_error_get()770 error = (can_error_enum)(GET_ERR_ERRN(CAN_ERR(can_periph))); in can_error_get()771 return error; in can_error_get()
46 #error "Please select chip type in project configuration"55 #error "Please select the target GD32E50x device used in your application (in gd32e50x.h file)"
67 #error "Please select the target board type used in your application (in gd32vf103.h file)"
47 #error "Please select the target GD32L23x device used in your application (in gd32l23x.h file)"
43 #error "Please select the target GD32A50X device used in your application (in gd32a50x.h file)"
55 #error "Please select the target GD32F4xx device in gd32f4xx.h file"
1481 can_error_enum error; local1482 error = CAN_ERROR_NONE;1485 error = (can_error_enum)(GET_ERR_ERRN(CAN_ERR(can_periph)));1486 return error;
133 - `SystemCoreClockUpdate` function contain an `pllmf` calculate error.