Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 13 of 13) sorted by relevance

/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_twi.c80 #define TWI_FLAG_NO_STOP(flags) (flags & NRFX_TWI_FLAG_TX_NO_STOP) argument
81 #define TWI_FLAG_SUSPEND(flags) (flags & NRFX_TWI_FLAG_SUSPEND) argument
82 #define TWI_FLAG_NO_HANDLER_IN_USE(flags) (flags & NRFX_TWI_FLAG_NO_XFER_EVT_HANDLER) argument
101 uint32_t flags; member
599 uint32_t flags) in twi_xfer()
664 uint32_t flags) in nrfx_twi_xfer()
Dnrfx_pwm.c78 uint8_t flags; member
247 uint8_t flags, in start_playback()
321 uint32_t flags) in nrfx_pwm_simple_playback()
365 uint32_t flags) in nrfx_pwm_complex_playback()
Dnrfx_twim.c96 uint32_t flags; member
392 uint32_t flags) in twim_xfer()
591 uint32_t flags) in nrfx_twim_xfer()
Dnrfx_gpiote.c94 #define PIN_FLAG_IS_OUTPUT(flags) ((flags & PIN_FLAG_DIR_MASK) == PIN_FLAG_OUTPUT) argument
108 #define PIN_FLAG_TRIG_MODE_GET(flags) \ argument
129 #define PIN_GET_HANDLER_ID(flags) \ argument
149 #define PIN_GET_TE_ID(flags) ((flags & PIN_TE_ID_MASK) >> PIN_TE_ID_SHIFT) argument
Dnrfx_spim.c651 uint32_t flags, in nrfx_spim_xfer_dcx()
707 uint32_t flags) in spim_xfer()
781 uint32_t flags) in nrfx_spim_xfer()
Dnrfx_twis.c185 static inline bool nrfx_twis_check_bit(uint32_t flags, in nrfx_twis_check_bit()
201 static inline uint32_t nrfx_twis_clear_bit(uint32_t flags, in nrfx_twis_clear_bit()
Dnrfx_spi.c376 uint32_t flags) in nrfx_spi_xfer()
Dnrfx_i2s.c325 uint8_t flags) in nrfx_i2s_start()
Dnrfx_uarte.c333 uint32_t flags) in nrfx_uarte_tx()
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_usbd.h1106 NRF_STATIC_INLINE void nrf_usbd_eventcause_clear(NRF_USBD_Type * p_reg, uint32_t flags) in nrf_usbd_eventcause_clear()
1145 NRF_STATIC_INLINE void nrf_usbd_epstatus_clear(NRF_USBD_Type * p_reg, uint32_t flags) in nrf_usbd_epstatus_clear()
1163 NRF_STATIC_INLINE void nrf_usbd_epdatastatus_clear(NRF_USBD_Type * p_reg, uint32_t flags) in nrf_usbd_epdatastatus_clear()
Dnrf_nfct.h1105 NRF_STATIC_INLINE void nrf_nfct_tx_frame_config_set(NRF_NFCT_Type * p_reg, uint8_t flags) in nrf_nfct_tx_frame_config_set()
1127 NRF_STATIC_INLINE void nrf_nfct_rx_frame_config_set(NRF_NFCT_Type * p_reg, uint8_t flags) in nrf_nfct_rx_frame_config_set()
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm_acc_ecb.c195 const uint8_t flags, in b0_format()
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_usbd.h255 uint32_t flags; //!< Transfer flags. member