OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uart
(Results
1 - 15
of
15
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/examples/java/
UartExample.java
29
import mraa.
Uart
;
36
Uart
uart
= new
Uart
(0);
local
38
if (
uart
.setBaudRate(115200) != Result.SUCCESS) {
43
if (
uart
.setMode(8, UartParity.UART_PARITY_NONE, 1) != Result.SUCCESS) {
48
if (
uart
.setFlowcontrol(false, false) != Result.SUCCESS) {
53
uart
.writeStr("Hello monkeys");
/hardware/bsp/intel/peripheral/libmraa/examples/
uart.c
33
mraa_uart_context
uart
;
local
34
uart
= mraa_uart_init(0);
36
if (
uart
== NULL) {
37
fprintf(stderr, "
UART
failed to setup\n");
42
mraa_uart_write(
uart
, buffer, sizeof(buffer));
44
mraa_uart_stop(
uart
);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp
127
struct tUART_CONFIG
uart
;
local
132
uart
.m_iParity = USERIAL_PARITY_EVEN;
134
uart
.m_iParity = USERIAL_PARITY_ODD;
136
uart
.m_iParity = USERIAL_PARITY_NONE;
139
uart
.m_iParity = USERIAL_PARITY_NONE;
144
uart
.m_iStopbits = USERIAL_STOPBITS_1;
146
uart
.m_iStopbits = USERIAL_STOPBITS_2;
148
uart
.m_iStopbits = USERIAL_STOPBITS_1_5;
153
uart
.m_iStopbits = USERIAL_STOPBITS_1;
155
uart
.m_iStopbits = USERIAL_STOPBITS_2
[
all
...]
/hardware/bsp/intel/peripheral/libmraa/src/x86/
intel_edison_fab_c.c
58
mraa_intel_edision_pindef_t
uart
;
member in struct:__anon30637
627
mraa_intel_edison_uart_init_post(mraa_uart_context
uart
)
976
b->pins[pos].
uart
.pinmap = 0;
977
b->pins[pos].
uart
.parent_id = 0;
978
b->pins[pos].
uart
.mux_total = 0;
[
all
...]
/development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
/hardware/bsp/intel/peripheral/libmraa/include/
mraa_internal_types.h
121
* A structure representing a
UART
device
125
int index; /**< the
uart
index, as known to the os. */
126
const char* path; /**< the
uart
device path. */
163
mraa_boolean_t
uart
:1; /**< Is the pin
uart
capable */
member in struct:__anon30625
219
mraa_pin_t
uart
; /**<
uart
module/pin */
member in struct:__anon30630
251
* A Structure representing a
uart
device.
256
int rx; /**<
uart
rx */
257
int tx; /**<
uart
tx *
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/sgi/
ioc.h
130
struct sgioc_uart_regs
uart
;
member in struct:sgioc_regs
Completed in 1125 milliseconds