test code 123
Dependencies:
mbed
Fork of
LinkNode-Test
by Qi Yao
« Back to documentation index
NRF_TWI_Type Struct Reference
Two-wire interface master 0.
More...
#include <nrf51.h >
Detailed Description
Two-wire interface master 0.
(TWI)
Definition at line 483 of file nrf51.h .
Field Documentation
Address used in the two-wire transfer.
Definition at line 521 of file nrf51.h .
Enable two-wire master.
Definition at line 511 of file nrf51.h .
Two-wire error source. Write error field to 1 to clear error.
Definition at line 509 of file nrf51.h .
Two-wire byte boundary.
Definition at line 500 of file nrf51.h .
Two-wire error detected.
Definition at line 498 of file nrf51.h .
Two-wire ready to deliver new RXD byte received.
Definition at line 494 of file nrf51.h .
Two-wire stopped.
Definition at line 493 of file nrf51.h .
Two-wire suspended.
Definition at line 502 of file nrf51.h .
Two-wire finished sending last TXD byte.
Definition at line 496 of file nrf51.h .
Two-wire frequency.
Definition at line 519 of file nrf51.h .
Interrupt enable clear register.
Definition at line 507 of file nrf51.h .
Interrupt enable set register.
Definition at line 506 of file nrf51.h .
Peripheral power control.
Definition at line 523 of file nrf51.h .
Pin select for SCL.
Definition at line 513 of file nrf51.h .
Pin select for SDA.
Definition at line 514 of file nrf51.h .
RX data register.
Definition at line 516 of file nrf51.h .
Shortcuts for TWI.
Definition at line 504 of file nrf51.h .
Resume 2-Wire transaction.
Definition at line 491 of file nrf51.h .
< TWI Structure Start 2-Wire master receive sequence.
Definition at line 484 of file nrf51.h .
Start 2-Wire master transmit sequence.
Definition at line 486 of file nrf51.h .
Stop 2-Wire transaction.
Definition at line 488 of file nrf51.h .
Suspend 2-Wire transaction.
Definition at line 490 of file nrf51.h .
TX data register.
Definition at line 517 of file nrf51.h .