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);
805 status_t WM8904_EnableDACTDMMode(wm8904_handle_t *handle, wm8904_timeslot_t timeSlot) in WM8904_EnableDACTDMMode() argument808 (((uint16_t)1U << 13U) | ((uint16_t)timeSlot << 12U))); in WM8904_EnableDACTDMMode()819 status_t WM8904_EnableADCTDMMode(wm8904_handle_t *handle, wm8904_timeslot_t timeSlot) in WM8904_EnableADCTDMMode() argument822 (((uint16_t)1U << 11U) | ((uint16_t)timeSlot << 10U))); in WM8904_EnableADCTDMMode()