Home
last modified time | relevance | path

Searched refs:uart_index_table (Results 1 – 9 of 9) sorted by relevance

/dports/lang/micropython/micropython-1.17/ports/mimxrt/boards/MIMXRT1010_EVK/
H A Dmpconfigboard.h20 #define MICROPY_HW_UART_NUM (sizeof(uart_index_table) / sizeof(uart_index_table)[0])
/dports/lang/micropython/micropython-1.17/ports/mimxrt/boards/MIMXRT1060_EVK/
H A Dmpconfigboard.h21 #define MICROPY_HW_UART_NUM (sizeof(uart_index_table) / sizeof(uart_index_table)[0])
/dports/lang/micropython/micropython-1.17/ports/mimxrt/boards/MIMXRT1050_EVK/
H A Dmpconfigboard.h21 #define MICROPY_HW_UART_NUM (sizeof(uart_index_table) / sizeof(uart_index_table)[0])
/dports/lang/micropython/micropython-1.17/ports/mimxrt/boards/MIMXRT1064_EVK/
H A Dmpconfigboard.h19 #define MICROPY_HW_UART_NUM (sizeof(uart_index_table) / sizeof(uart_index_table)[0])
/dports/lang/micropython/micropython-1.17/ports/mimxrt/boards/MIMXRT1020_EVK/
H A Dmpconfigboard.h25 #define MICROPY_HW_UART_NUM (sizeof(uart_index_table) / sizeof(uart_index_table)[0])
/dports/lang/micropython/micropython-1.17/ports/mimxrt/boards/TEENSY40/
H A Dmpconfigboard.h16 #define MICROPY_HW_UART_NUM (sizeof(uart_index_table) / sizeof(uart_index_table)[0])
/dports/lang/micropython/micropython-1.17/ports/mimxrt/boards/MIMXRT1050_EVKB/
H A Dmpconfigboard.h21 #define MICROPY_HW_UART_NUM (sizeof(uart_index_table) / sizeof(uart_index_table)[0])
/dports/lang/micropython/micropython-1.17/ports/mimxrt/boards/TEENSY41/
H A Dmpconfigboard.h16 #define MICROPY_HW_UART_NUM (sizeof(uart_index_table) / sizeof(uart_index_table)[0])
/dports/lang/micropython/micropython-1.17/ports/mimxrt/
H A Dmachine_uart.c70 STATIC const uint8_t uart_index_table[] = MICROPY_HW_UART_INDEX; variable
277 uint8_t uart_hw_id = uart_index_table[uart_id]; // the hw uart number 1..n in machine_uart_make_new()