Home
last modified time | relevance | path

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

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_dtc/
H A Dr_dtc.c219 HW_DTC_ReadSkipEnableSet(gp_dtc_regs, DTC_READ_SKIP_DISABLED); in R_DTC_Open()
234 HW_DTC_ReadSkipEnableSet(gp_dtc_regs, DTC_READ_SKIP_ENABLED); in R_DTC_Open()
268 HW_DTC_ReadSkipEnableSet(gp_dtc_regs, DTC_READ_SKIP_DISABLED); in R_DTC_Reset()
298 HW_DTC_ReadSkipEnableSet(gp_dtc_regs, DTC_READ_SKIP_ENABLED); in R_DTC_Reset()
587 HW_DTC_ReadSkipEnableSet(gp_dtc_regs, DTC_READ_SKIP_DISABLED); in R_DTC_BlockReset()
611 HW_DTC_ReadSkipEnableSet(gp_dtc_regs, DTC_READ_SKIP_ENABLED); in R_DTC_BlockReset()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_dtc/hw/common/
H A Dhw_dtc_common.h78 __STATIC_INLINE void HW_DTC_ReadSkipEnableSet (R_DTC_Type * p_dtc_regs, dtc_read_skip_t const read_… in HW_DTC_ReadSkipEnableSet() function