Searched refs:CONFIG_USART_NUM (Results 1 – 6 of 6) sorted by relevance
39 const sg_usart_config[CONFIG_USART_NUM] =47 if (idx >= CONFIG_USART_NUM) in target_usart_init()
73 #define CONFIG_USART_NUM 1 macro
60 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()
35 } const sg_usart_config[CONFIG_USART_NUM] =
259 #define CONFIG_USART_NUM 4 macro
70 static dw_usart_priv_t usart_instance[CONFIG_USART_NUM];439 if (idx < 0 || idx >= CONFIG_USART_NUM) { in csi_usart_initialize()
Completed in 10 milliseconds