Home
last modified time | relevance | path

Searched refs:def_stopbit (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/device/
Dhost_device_definition.c37 .def_stopbit = UART_PL011_STOPBIT_1};
51 .def_stopbit = UART_PL011_STOPBIT_1};
/trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/device/
Dhost_device_definition.c37 .def_stopbit = UART_PL011_STOPBIT_1};
51 .def_stopbit = UART_PL011_STOPBIT_1};
/trusted-firmware-m-latest/platform/ext/target/arm/musca_b1/Device/Source/
Ddevice_definition.c313 .def_stopbit = UART_PL011_STOPBIT_1};
327 .def_stopbit = UART_PL011_STOPBIT_1};
342 .def_stopbit = UART_PL011_STOPBIT_1};
356 .def_stopbit = UART_PL011_STOPBIT_1};
/trusted-firmware-m-latest/platform/ext/target/arm/musca_s1/Device/Source/
Ddevice_definition.c411 .def_stopbit = UART_PL011_STOPBIT_1};
426 .def_stopbit = UART_PL011_STOPBIT_1};
441 .def_stopbit = UART_PL011_STOPBIT_1};
456 .def_stopbit = UART_PL011_STOPBIT_1};
/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/device/
Drse_expansion_device_definition.c33 .def_stopbit = UART_PL011_STOPBIT_1
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/Device/Source/
Ddevice_definition.c26 .def_stopbit = UART_PL011_STOPBIT_1};
/trusted-firmware-m-latest/platform/ext/target/arm/drivers/usart/pl011/
Duart_pl011_drv.h267 const enum uart_pl011_stopbit_t def_stopbit; /*!< Default stop bits */ member
Duart_pl011_drv.c391 dev->cfg->def_stopbit); in uart_pl011_init()