Searched refs:consumer_ch (Results 1 – 6 of 6) sorted by relevance
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_pis.c | 77 hperh->consumer_ch = (pis_ch_t)(hperh->init.consumer_trig & 0x0F); in ald_pis_create() 84 if (hperh->perh->CH_CON[hperh->consumer_ch] != 0) { in ald_pis_create() 98 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_SYNCSEL_MSK, 0 << PIS_CH0_CON_SYNC… in ald_pis_create() 101 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_SYNCSEL_MSK, 5 << PIS_CH0_CON_SYNC… in ald_pis_create() 105 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_SYNCSEL_MSK, 6 << PIS_CH0_CON_SYNC… in ald_pis_create() 108 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_SYNCSEL_MSK, 4 << PIS_CH0_CON_SYNC… in ald_pis_create() 111 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_SYNCSEL_MSK, 1 << PIS_CH0_CON_SYNC… in ald_pis_create() 125 hperh->check_info = hperh->perh->CH_CON[hperh->consumer_ch]; in ald_pis_create() 154 if (hperh->check_info != hperh->perh->CH_CON[hperh->consumer_ch]) in ald_pis_destroy() 159 CLEAR_BIT(PIS->CH_OER, (1U << (uint32_t)hperh->consumer_ch)); in ald_pis_destroy() [all …]
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_pis.c | 78 hperh->consumer_ch = (pis_ch_t)(hperh->init.consumer_trig & 0x0F); in ald_pis_create() 82 if (hperh->perh->CH_CON[hperh->consumer_ch] != 0) { in ald_pis_create() 91 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_SYNCSEL_MSK, PIS_SYN_DIRECT << PIS… in ald_pis_create() 92 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_PULCK_MSK, (hperh->init.consumer_c… in ald_pis_create() 101 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_SYNCSEL_MSK, PIS_SYN_LEVEL_ASY_AHB… in ald_pis_create() 114 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_PULCK_MSK, hperh->init.consumer_cl… in ald_pis_create() 115 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_EDGS_MSK, hperh->init.producer_edg… in ald_pis_create() 116 hperh->check_info = hperh->perh->CH_CON[hperh->consumer_ch]; in ald_pis_create() 147 if (hperh->check_info != hperh->perh->CH_CON[hperh->consumer_ch]) in ald_pis_destroy() 152 CLEAR_BIT(PIS->CH_OER, (1U << (uint32_t)hperh->consumer_ch)); in ald_pis_destroy() [all …]
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_pis.c | 76 hperh->consumer_ch = (ald_pis_ch_t)(hperh->init.consumer_trig & 0x0F); in ald_pis_create() 80 if (hperh->perh->CH_CON[hperh->consumer_ch] != 0) { in ald_pis_create() 85 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_SRCS_MSK, ((hperh->init.producer_s… in ald_pis_create() 89 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_SYNCSEL_MSK, ALD_PIS_SYN_DIRECT <<… in ald_pis_create() 90 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_TSCKS_MSK, (hperh->init.consumer_c… in ald_pis_create() 108 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_TSCKS_MSK, hperh->init.consumer_cl… in ald_pis_create() 109 …MODIFY_REG(hperh->perh->CH_CON[hperh->consumer_ch], PIS_CH0_CON_EDGS_MSK, hperh->init.producer_edg… in ald_pis_create() 110 hperh->check_info = hperh->perh->CH_CON[hperh->consumer_ch]; in ald_pis_create() 141 if (hperh->check_info != hperh->perh->CH_CON[hperh->consumer_ch]) in ald_pis_destroy() 146 CLEAR_BIT(PIS->CH_OER, (1U << (uint32_t)hperh->consumer_ch)); in ald_pis_destroy() [all …]
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_pis.h | 399 pis_ch_t consumer_ch; /**< Indirect value, no care of it */ member
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_pis.h | 416 ald_pis_ch_t consumer_ch; /**< Indirect value, no care of it */ member
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_pis.h | 437 pis_ch_t consumer_ch; /**< Indirect value, no care of it */ member
|
Completed in 18 milliseconds