VT Library  0.2
Macros
VT UART frontend

VT UART frontend. More...

Macros

#define NRF_VT_REPLACE_NRFX_DRIVER   1
 
#define nrf_vt_uart_t   nrfx_uart_t
 
#define NRF_VT_UART_EVT_TX_DONE   NRFX_UART_EVT_TX_DONE
 
#define NRF_VT_UART_EVT_RX_DONE   NRFX_UART_EVT_RX_DONE
 
#define NRF_VT_UART_EVT_ERROR   NRFX_UART_EVT_ERROR
 
#define nrf_vt_uart_evt_type_t   nrfx_uart_evt_type_t
 
#define nrf_vt_uart_config_t   nrfx_uart_config_t
 
#define nrf_vt_uart_xfer_evt_t   nrfx_uart_xfer_evt_t
 
#define nrf_vt_uart_error_evt_t   nrfx_uart_error_evt_t
 
#define nrf_vt_uart_event_t   nrfx_uart_event_t
 
#define nrf_vt_uart_event_handler_t   nrfx_uart_event_handler_t
 
#define nrf_vt_uart_init   nrfx_uart_init
 
#define nrf_vt_uart_uninit   nrfx_uart_uninit
 
#define nrf_vt_uart_tx   nrfx_uart_tx
 
#define nrf_vt_uart_tx_in_progress   nrfx_uart_tx_in_progress
 
#define nrf_vt_uart_tx_abort   nrfx_uart_tx_abort
 
#define nrf_vt_uart_rx   nrfx_uart_rx
 
#define nrf_vt_uart_rx_ready   nrfx_uart_rx_ready
 
#define nrf_vt_uart_rx_enable   nrfx_uart_rx_enable
 
#define nrf_vt_uart_rx_disable   nrfx_uart_rx_disable
 
#define nrf_vt_uart_rx_abort   nrfx_uart_rx_abort
 
#define nrf_vt_uart_errorsrc_get   nrfx_uart_errorsrc_get
 

Detailed Description

VT UART frontend.

Copyright (c) 2015 - 2018, Nordic Semiconductor ASA

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form, except as embedded into a Nordic Semiconductor ASA integrated circuit in a product or a software update for such product, must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of Nordic Semiconductor ASA nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  4. This software, with or without modification, must only be used with a Nordic Semiconductor ASA integrated circuit.
  5. Any software provided in binary form under this license must not be reverse engineered, decompiled, modified and/or disassembled.

THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.