, nrf_twi_mngr_wrapper

nRF5 SDK v14.2.0

nrf_twi_mngr wrapper. More...

Macros

#define APP_TWI_BUFFERS_IN_RAM NRF_TWI_MNGR_BUFFERS_IN_RAM
Macro for forwarding the new implementation. See NRF_TWI_MNGR_BUFFERS_IN_RAM .
#define APP_TWI_BUFFER_LOC_IND NRF_TWI_MNGR_BUFFER_LOC_IND
Macro for forwarding the new implementation. See NRF_TWI_MNGR_BUFFER_LOC_IND .
#define APP_TWI_NO_STOP NRF_TWI_MNGR_NO_STOP
Macro for forwarding the new implementation. See NRF_TWI_MNGR_NO_STOP .
#define APP_TWI_WRITE NRF_TWI_MNGR_WRITE
Macro for forwarding the new implementation. See NRF_TWI_MNGR_WRITE .
#define APP_TWI_READ NRF_TWI_MNGR_READ
Macro for forwarding the new implementation. See NRF_TWI_MNGR_READ .
#define APP_TWI_TRANSFER NRF_TWI_MNGR_TRANSFER
Macro for forwarding the new implementation. See NRF_TWI_MNGR_TRANSFER .
#define APP_TWI_WRITE_OP NRF_TWI_MNGR_WRITE_OP
Macro for forwarding the new implementation. See NRF_TWI_MNGR_WRITE_OP .
#define APP_TWI_READ_OP NRF_TWI_MNGR_READ_OP
Macro for forwarding the new implementation. See NRF_TWI_MNGR_READ_OP .
#define APP_TWI_IS_READ_OP NRF_TWI_MNGR_IS_READ_OP
Macro for forwarding the new implementation. See NRF_TWI_MNGR_IS_READ_OP .
#define APP_TWI_OP_ADDRESS NRF_TWI_MNGR_OP_ADDRESS
Macro for forwarding the new implementation. See NRF_TWI_MNGR_OP_ADDRESS .
#define app_twi_callback_t nrf_twi_mngr_callback_t
Macro for forwarding the new implementation. See nrf_twi_mngr_callback_t .
#define app_twi_transfer_t nrf_twi_mngr_transfer_t
Macro for forwarding the new implementation. See nrf_twi_mngr_transfer_t .
#define app_twi_transaction_t nrf_twi_mngr_transaction_t
Macro for forwarding the new implementation. See nrf_twi_mngr_transaction_t .
#define app_twi_cb_t nrf_twi_mngr_cb_t
Macro for forwarding the new implementation. See nrf_twi_mngr_cb_t .
#define app_twi_t nrf_twi_mngr_t
Macro for forwarding the new implementation. See nrf_twi_mngr_t .
#define APP_TWI_DEF NRF_TWI_MNGR_DEF
Macro for forwarding the new implementation. See NRF_TWI_MNGR_DEF .
#define app_twi_init nrf_twi_mngr_init
Macro for forwarding the new implementation. See nrf_twi_mngr_init .
#define app_twi_uninit nrf_twi_mngr_uninit
Macro for forwarding the new implementation. See nrf_twi_mngr_uninit .
#define app_twi_schedule nrf_twi_mngr_schedule
Macro for forwarding the new implementation. See nrf_twi_mngr_schedule .
#define app_twi_perform (p_nrf_twi_mngr, p_transfers, number_of_transfers, user_function) nrf_twi_mngr_perform (p_nrf_twi_mngr, NULL, p_transfers, number_of_transfers, user_function)
Macro for forwarding the new implementation. See nrf_twi_mngr_perform .
#define app_twi_is_idle nrf_twi_mngr_is_idle
Macro for forwarding the new implementation. See nrf_twi_mngr_is_idle .

Detailed Description

nrf_twi_mngr wrapper.

Warning
This is a duplicate of nrf_twi_mngr module, app_twi is soon to be deprecated. Switch to nrf_twi_mngr as soon as possible. To switch replace every app_twi component according to macros below.