Searched refs:alignment (Results 1 – 5 of 5) sorted by relevance
73 nrf_i2s_align_t alignment; ///< Alignment of sample within a frame. member155 .alignment = NRF_I2S_ALIGN_LEFT, \
246 nrf_i2s_align_t alignment; /**< Alignment of sample within a frame. */ member741 p_reg->CONFIG.ALIGN = p_config->alignment; in nrf_i2s_configure()
246 nrf_tdm_align_t alignment; /**< Alignment of sample within a frame. */ member769 p_reg->CONFIG.ALIGN = p_config->alignment; in nrf_tdm_configure()
262 .alignment = p_config->alignment, in nrfx_i2s_init()
544 - Added buffer alignment checks in the QSPI driver.