Home
last modified time | relevance | path

Searched refs:ui32Mode (Results 1 – 25 of 25) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dssi.c69 uint32_t ui32Protocol, uint32_t ui32Mode, in SSIConfigSetExpClk() argument
86 ASSERT((ui32Mode == SSI_MODE_MASTER) || in SSIConfigSetExpClk()
87 (ui32Mode == SSI_MODE_SLAVE) || in SSIConfigSetExpClk()
88 (ui32Mode == SSI_MODE_SLAVE_OD)); in SSIConfigSetExpClk()
89 ASSERT(((ui32Mode == SSI_MODE_MASTER) && (ui32BitRate <= (ui32SSIClk / 2))) || in SSIConfigSetExpClk()
90 ((ui32Mode != SSI_MODE_MASTER) && (ui32BitRate <= (ui32SSIClk / 12)))); in SSIConfigSetExpClk()
95 ui32RegVal = (ui32Mode == SSI_MODE_SLAVE_OD) ? SSI_CR1_SOD : 0; in SSIConfigSetExpClk()
96 ui32RegVal |= (ui32Mode == SSI_MODE_MASTER) ? 0 : SSI_CR1_MS; in SSIConfigSetExpClk()
Dtimer.c318 TimerMatchUpdateMode(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode) in TimerMatchUpdateMode() argument
323 ASSERT((ui32Mode == TIMER_MATCHUPDATE_NEXTCYCLE) || (ui32Mode == TIMER_MATCHUPDATE_TIMEOUT)); in TimerMatchUpdateMode()
328 if(ui32Mode == TIMER_MATCHUPDATE_NEXTCYCLE) in TimerMatchUpdateMode()
341 if(ui32Mode == TIMER_MATCHUPDATE_NEXTCYCLE) in TimerMatchUpdateMode()
358 TimerIntervalLoadMode(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode) in TimerIntervalLoadMode() argument
363 ASSERT((ui32Mode == TIMER_INTERVALLOAD_NEXTCYCLE) || (ui32Mode == TIMER_INTERVALLOAD_TIMEOUT)); in TimerIntervalLoadMode()
368 if(ui32Mode == TIMER_INTERVALLOAD_NEXTCYCLE) in TimerIntervalLoadMode()
381 if(ui32Mode == TIMER_INTERVALLOAD_NEXTCYCLE) in TimerIntervalLoadMode()
Dvims.c90 VIMSModeSet(uint32_t ui32Base, uint32_t ui32Mode) in VIMSModeSet() argument
97 ASSERT((ui32Mode == VIMS_MODE_DISABLED) || in VIMSModeSet()
98 (ui32Mode == VIMS_MODE_ENABLED) || in VIMSModeSet()
99 (ui32Mode == VIMS_MODE_OFF)); in VIMSModeSet()
104 ui32Reg |= (ui32Mode & VIMS_CTL_MODE_M); in VIMSModeSet()
Daon_rtc.h539 AONRTCModeCh1Set(uint32_t ui32Mode) in AONRTCModeCh1Set() argument
542 ASSERT((ui32Mode == AON_RTC_MODE_CH1_CAPTURE) || in AONRTCModeCh1Set()
543 (ui32Mode == AON_RTC_MODE_CH1_COMPARE)); in AONRTCModeCh1Set()
545 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CHCTL, AON_RTC_CHCTL_CH1_CAPT_EN_BITN) = ui32Mode; in AONRTCModeCh1Set()
593 AONRTCModeCh2Set(uint32_t ui32Mode) in AONRTCModeCh2Set() argument
596 ASSERT((ui32Mode == AON_RTC_MODE_CH2_CONTINUOUS) || in AONRTCModeCh2Set()
597 (ui32Mode == AON_RTC_MODE_CH2_NORMALCOMPARE)); in AONRTCModeCh2Set()
599 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CHCTL, AON_RTC_CHCTL_CH2_CONT_EN_BITN) = ui32Mode; in AONRTCModeCh2Set()
Dudma.c226 uint32_t ui32Mode, void *pvSrcAddr, void *pvDstAddr, in uDMAChannelTransferSet() argument
238 ASSERT(ui32Mode <= UDMA_MODE_PER_SCATTER_GATHER); in uDMAChannelTransferSet()
254 if((ui32Mode == UDMA_MODE_MEM_SCATTER_GATHER) || in uDMAChannelTransferSet()
255 (ui32Mode == UDMA_MODE_PER_SCATTER_GATHER)) in uDMAChannelTransferSet()
257 ui32Mode |= UDMA_MODE_ALT_SELECT; in uDMAChannelTransferSet()
263 ui32Control |= ui32Mode | ((ui32TransferSize - 1) << UDMA_XFER_SIZE_S); in uDMAChannelTransferSet()
294 if((ui32Mode == UDMA_MODE_MEM_SCATTER_GATHER) || in uDMAChannelTransferSet()
295 (ui32Mode == UDMA_MODE_PER_SCATTER_GATHER)) in uDMAChannelTransferSet()
Dosc.h152 OSCXHfPowerModeSet(uint32_t ui32Mode) in OSCXHfPowerModeSet() argument
155 ASSERT((ui32Mode == LOW_POWER_XOSC) || in OSCXHfPowerModeSet()
156 (ui32Mode == HIGH_POWER_XOSC)); in OSCXHfPowerModeSet()
160 ui32Mode); in OSCXHfPowerModeSet()
Dudma.h185 ui32Mode) \ argument
195 ((((ui32Mode) == UDMA_MODE_MEM_SCATTER_GATHER) || \
196 ((ui32Mode) == UDMA_MODE_PER_SCATTER_GATHER)) ? \
197 (ui32Mode) | UDMA_MODE_ALT_SELECT : (ui32Mode)), 0 \
821 uint32_t ui32Mode, void *pvSrcAddr,
Dvims.h205 extern void VIMSModeSet(uint32_t ui32Base, uint32_t ui32Mode);
Dtimer.h1086 extern void TimerMatchUpdateMode(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode);
1113 extern void TimerIntervalLoadMode(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode);
Drom.h549 …((void (*)(uint32_t ui32Base, uint32_t ui32SSIClk, uint32_t ui32Protocol, uint32_t ui32Mode, uint3…
587 ((void (*)(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode)) \
591 ((void (*)(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode)) \
657 …((void (*)(uint32_t ui32Base, uint32_t ui32ChannelStructIndex, uint32_t ui32Mode, void *pvSrcAddr,…
679 ((void (*)(uint32_t ui32Base, uint32_t ui32Mode)) \
Dssi.h224 uint32_t ui32Protocol, uint32_t ui32Mode,
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dssi.c71 uint32_t ui32Protocol, uint32_t ui32Mode, in SSIConfigSetExpClk() argument
88 ASSERT((ui32Mode == SSI_MODE_MASTER) || in SSIConfigSetExpClk()
89 (ui32Mode == SSI_MODE_SLAVE) || in SSIConfigSetExpClk()
90 (ui32Mode == SSI_MODE_SLAVE_OD)); in SSIConfigSetExpClk()
91 ASSERT(((ui32Mode == SSI_MODE_MASTER) && (ui32BitRate <= (ui32SSIClk / 2))) || in SSIConfigSetExpClk()
92 ((ui32Mode != SSI_MODE_MASTER) && (ui32BitRate <= (ui32SSIClk / 12)))); in SSIConfigSetExpClk()
97 ui32RegVal = (ui32Mode == SSI_MODE_SLAVE_OD) ? SSI_CR1_SOD : 0; in SSIConfigSetExpClk()
98 ui32RegVal |= (ui32Mode == SSI_MODE_MASTER) ? 0 : SSI_CR1_MS; in SSIConfigSetExpClk()
Dtimer.c320 TimerMatchUpdateMode(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode) in TimerMatchUpdateMode() argument
325 ASSERT((ui32Mode == TIMER_MATCHUPDATE_NEXTCYCLE) || (ui32Mode == TIMER_MATCHUPDATE_TIMEOUT)); in TimerMatchUpdateMode()
330 if(ui32Mode == TIMER_MATCHUPDATE_NEXTCYCLE) in TimerMatchUpdateMode()
343 if(ui32Mode == TIMER_MATCHUPDATE_NEXTCYCLE) in TimerMatchUpdateMode()
360 TimerIntervalLoadMode(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode) in TimerIntervalLoadMode() argument
365 ASSERT((ui32Mode == TIMER_INTERVALLOAD_NEXTCYCLE) || (ui32Mode == TIMER_INTERVALLOAD_TIMEOUT)); in TimerIntervalLoadMode()
370 if(ui32Mode == TIMER_INTERVALLOAD_NEXTCYCLE) in TimerIntervalLoadMode()
383 if(ui32Mode == TIMER_INTERVALLOAD_NEXTCYCLE) in TimerIntervalLoadMode()
Dvims.c92 VIMSModeSet(uint32_t ui32Base, uint32_t ui32Mode) in VIMSModeSet() argument
99 ASSERT((ui32Mode == VIMS_MODE_DISABLED) || in VIMSModeSet()
100 (ui32Mode == VIMS_MODE_ENABLED) || in VIMSModeSet()
101 (ui32Mode == VIMS_MODE_OFF)); in VIMSModeSet()
106 ui32Reg |= (ui32Mode & VIMS_CTL_MODE_M); in VIMSModeSet()
Daon_rtc.h540 AONRTCModeCh1Set(uint32_t ui32Mode) in AONRTCModeCh1Set() argument
543 ASSERT((ui32Mode == AON_RTC_MODE_CH1_CAPTURE) || in AONRTCModeCh1Set()
544 (ui32Mode == AON_RTC_MODE_CH1_COMPARE)); in AONRTCModeCh1Set()
546 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CHCTL, AON_RTC_CHCTL_CH1_CAPT_EN_BITN) = ui32Mode; in AONRTCModeCh1Set()
594 AONRTCModeCh2Set(uint32_t ui32Mode) in AONRTCModeCh2Set() argument
597 ASSERT((ui32Mode == AON_RTC_MODE_CH2_CONTINUOUS) || in AONRTCModeCh2Set()
598 (ui32Mode == AON_RTC_MODE_CH2_NORMALCOMPARE)); in AONRTCModeCh2Set()
600 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CHCTL, AON_RTC_CHCTL_CH2_CONT_EN_BITN) = ui32Mode; in AONRTCModeCh2Set()
Dudma.c228 uint32_t ui32Mode, void *pvSrcAddr, void *pvDstAddr, in uDMAChannelTransferSet() argument
240 ASSERT(ui32Mode <= UDMA_MODE_PER_SCATTER_GATHER); in uDMAChannelTransferSet()
256 if((ui32Mode == UDMA_MODE_MEM_SCATTER_GATHER) || in uDMAChannelTransferSet()
257 (ui32Mode == UDMA_MODE_PER_SCATTER_GATHER)) in uDMAChannelTransferSet()
259 ui32Mode |= UDMA_MODE_ALT_SELECT; in uDMAChannelTransferSet()
265 ui32Control |= ui32Mode | ((ui32TransferSize - 1) << UDMA_XFER_SIZE_S); in uDMAChannelTransferSet()
296 if((ui32Mode == UDMA_MODE_MEM_SCATTER_GATHER) || in uDMAChannelTransferSet()
297 (ui32Mode == UDMA_MODE_PER_SCATTER_GATHER)) in uDMAChannelTransferSet()
Dosc.h154 OSCXHfPowerModeSet(uint32_t ui32Mode) in OSCXHfPowerModeSet() argument
157 ASSERT((ui32Mode == LOW_POWER_XOSC) || in OSCXHfPowerModeSet()
158 (ui32Mode == HIGH_POWER_XOSC)); in OSCXHfPowerModeSet()
162 ui32Mode); in OSCXHfPowerModeSet()
Dudma.h187 ui32Mode) \ argument
197 ((((ui32Mode) == UDMA_MODE_MEM_SCATTER_GATHER) || \
198 ((ui32Mode) == UDMA_MODE_PER_SCATTER_GATHER)) ? \
199 (ui32Mode) | UDMA_MODE_ALT_SELECT : (ui32Mode)), 0 \
823 uint32_t ui32Mode, void *pvSrcAddr,
Dvims.h207 extern void VIMSModeSet(uint32_t ui32Base, uint32_t ui32Mode);
Dtimer.h1088 extern void TimerMatchUpdateMode(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode);
1115 extern void TimerIntervalLoadMode(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode);
Drom.h547 …((void (*)(uint32_t ui32Base, uint32_t ui32SSIClk, uint32_t ui32Protocol, uint32_t ui32Mode, uint3…
585 ((void (*)(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode)) \
589 ((void (*)(uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Mode)) \
655 …((void (*)(uint32_t ui32Base, uint32_t ui32ChannelStructIndex, uint32_t ui32Mode, void *pvSrcAddr,…
677 ((void (*)(uint32_t ui32Base, uint32_t ui32Mode)) \
Dssi.h226 uint32_t ui32Protocol, uint32_t ui32Mode,
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dvims.c90 VIMSModeSet(uint32_t ui32Base, uint32_t ui32Mode) in VIMSModeSet() argument
97 ASSERT((ui32Mode == VIMS_MODE_DISABLED) || in VIMSModeSet()
98 (ui32Mode == VIMS_MODE_ENABLED) || in VIMSModeSet()
99 (ui32Mode == VIMS_MODE_OFF)); in VIMSModeSet()
104 ui32Reg |= (ui32Mode & VIMS_CTL_MODE_M); in VIMSModeSet()
Dvims.h205 extern void VIMSModeSet(uint32_t ui32Base, uint32_t ui32Mode);
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Drom.h2078 uint32_t ui32Mode))ROM_SHAMD5TABLE[0])