Searched refs:timeSlot (Results 1 – 2 of 2) sorted by relevance
477 status_t WM8904_EnableDACTDMMode(wm8904_handle_t *handle, wm8904_timeslot_t timeSlot);487 status_t WM8904_EnableADCTDMMode(wm8904_handle_t *handle, wm8904_timeslot_t timeSlot);
801 status_t WM8904_EnableDACTDMMode(wm8904_handle_t *handle, wm8904_timeslot_t timeSlot) in WM8904_EnableDACTDMMode() argument804 (((uint16_t)1U << 13U) | ((uint16_t)timeSlot << 12U))); in WM8904_EnableDACTDMMode()815 status_t WM8904_EnableADCTDMMode(wm8904_handle_t *handle, wm8904_timeslot_t timeSlot) in WM8904_EnableADCTDMMode() argument818 (((uint16_t)1U << 11U) | ((uint16_t)timeSlot << 10U))); in WM8904_EnableADCTDMMode()