Home
last modified time | relevance | path

Searched defs:drv_inst_idx (Results 1 – 22 of 22) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c125 #define SPIM_SUPPORTED_FREQ_VALIDATE(drv_inst_idx, freq) \ argument
129 #define SPIM_RXDELAY_PRESENT_VALIDATE(drv_inst_idx) (NRFX_BIT(drv_inst_idx) & rxdelay_support_mask) argument
131 #define SPIM_DCX_PRESENT_VALIDATE(drv_inst_idx) (NRFX_BIT(drv_inst_idx) & dcx_support_mask) argument
133 #define SPIM_HW_CSN_PRESENT_VALIDATE(drv_inst_idx) (NRFX_BIT(drv_inst_idx) & hw_csn_support_mask) argument
135 #define SPIM_LENGTH_VALIDATE(drv_inst_idx, rx_len, tx_len) \ argument
Dnrfx_spis.c53 #define SPISX_LENGTH_VALIDATE(periph_name, prefix, i, drv_inst_idx, rx_len, tx_len) \ argument
57 #define SPIS_LENGTH_VALIDATE(drv_inst_idx, rx_len, tx_len) \ argument
Dnrfx_twim.c81 #define TWIMX_LENGTH_VALIDATE(periph_name, prefix, i, drv_inst_idx, len1, len2) \ argument
85 #define TWIM_LENGTH_VALIDATE(drv_inst_idx, len1, len2) \ argument
Dnrfx_uarte.c51 #define UARTEX_LENGTH_VALIDATE(periph_name, prefix, i, drv_inst_idx, len1, len2) \ argument
55 #define UARTE_LENGTH_VALIDATE(drv_inst_idx, len) \ argument
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_dppi.h56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_bellboard.h54 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_egu.h56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_wdt.h104 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_ppib.h58 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_i2s.h109 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_twis.h56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_qdec.h60 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_spis.h56 uint8_t drv_inst_idx; //!< Index of the driver instance. For internal use only. member
Dnrfx_pdm.h60 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_uart.h55 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_spi.h56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_gpiote.h61 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_spim.h56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_twi.h58 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_twim.h56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
Dnrfx_uarte.h55 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
/hal_nordic-latest/nrfx/helpers/
Dnrfx_ids.h75 uint8_t drv_inst_idx; ///< Index of the instance. For internal use only. member