Home
last modified time | relevance | path

Searched refs:MAXTX (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/mdk/
Dnrf51_to_nrf52810.h153 #ifndef MAXTX
154 #define MAXTX TXD.MAXCNT macro
Dnrf51_to_nrf52840.h204 #ifndef MAXTX
205 #define MAXTX TXD.MAXCNT macro
Dnrf51_to_nrf52.h202 #ifndef MAXTX
203 #define MAXTX TXD.MAXCNT macro
Dnrf51.h592 …__IOM uint32_t MAXTX; /*!< (@ 0x00000548) Maximum number of bytes in the t… member
/hal_nordic-latest/nrfx/hal/
Dnrf_spis.h947 p_reg->MAXTX = length; in nrf_spis_tx_buffer_set()