Searched defs:flags (Results 1 – 13 of 13) sorted by relevance
/hal_nordic-3.4.0/nrfx/drivers/src/ |
D | nrfx_twi.c | 80 #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()
|
D | nrfx_pwm.c | 78 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()
|
D | nrfx_twim.c | 96 uint32_t flags; member 392 uint32_t flags) in twim_xfer() 591 uint32_t flags) in nrfx_twim_xfer()
|
D | nrfx_gpiote.c | 94 #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
|
D | nrfx_spim.c | 651 uint32_t flags, in nrfx_spim_xfer_dcx() 707 uint32_t flags) in spim_xfer() 781 uint32_t flags) in nrfx_spim_xfer()
|
D | nrfx_twis.c | 185 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()
|
D | nrfx_spi.c | 376 uint32_t flags) in nrfx_spi_xfer()
|
D | nrfx_i2s.c | 325 uint8_t flags) in nrfx_i2s_start()
|
D | nrfx_uarte.c | 333 uint32_t flags) in nrfx_uarte_tx()
|
/hal_nordic-3.4.0/nrfx/hal/ |
D | nrf_usbd.h | 1106 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()
|
D | nrf_nfct.h | 1105 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/ |
D | nrf_802154_aes_ccm_acc_ecb.c | 195 const uint8_t flags, in b0_format()
|
/hal_nordic-3.4.0/nrfx/drivers/include/ |
D | nrfx_usbd.h | 255 uint32_t flags; //!< Transfer flags. member
|