Home
last modified time | relevance | path

Searched refs:timeSlot (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h477 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);
Dfsl_wm8904.c805 status_t WM8904_EnableDACTDMMode(wm8904_handle_t *handle, wm8904_timeslot_t timeSlot) in WM8904_EnableDACTDMMode() argument
808 (((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() argument
822 (((uint16_t)1U << 11U) | ((uint16_t)timeSlot << 10U))); in WM8904_EnableADCTDMMode()