Home
last modified time | relevance | path

Searched refs:CONFIG_USART_NUM (Results 1 – 6 of 6) sorted by relevance

/bsp/thead-smart/drivers/
A Dboard_uart.c39 const sg_usart_config[CONFIG_USART_NUM] =
47 if (idx >= CONFIG_USART_NUM) in target_usart_init()
A Dsoc.h73 #define CONFIG_USART_NUM 1 macro
A Dck_usart.c60 static ck_usart_priv_t usart_instance[CONFIG_USART_NUM];
594 if (idx < 0 || idx >= CONFIG_USART_NUM) in csi_usart_get_capabilities()
618 if (ret < 0 || ret >= CONFIG_USART_NUM) in csi_usart_initialize()
/bsp/ck802/drivers/
A Dboard_uart.c35 } const sg_usart_config[CONFIG_USART_NUM] =
A Dsoc.h259 #define CONFIG_USART_NUM 4 macro
/bsp/ck802/libraries/common/usart/
A Ddw_usart.c70 static dw_usart_priv_t usart_instance[CONFIG_USART_NUM];
439 if (idx < 0 || idx >= CONFIG_USART_NUM) { in csi_usart_initialize()

Completed in 13 milliseconds