Home
last modified time | relevance | path

Searched refs:consumer_pos (Results 1 – 6 of 6) sorted by relevance

/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_pis.c79 hperh->consumer_pos = (1U << (uint32_t)(((uint32_t)hperh->init.consumer_trig >> 8) & 0xFF)); in ald_pis_create()
130 PIS->TAR_CON0 |= hperh->consumer_pos; in ald_pis_create()
133 PIS->TAR_CON1 |= hperh->consumer_pos; in ald_pis_create()
164 PIS->TAR_CON0 &= ~(hperh->consumer_pos); in ald_pis_destroy()
167 PIS->TAR_CON1 &= ~(hperh->consumer_pos); in ald_pis_destroy()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_pis.c78 hperh->consumer_pos = (1U << (uint32_t)((hperh->init.consumer_trig >> 8) & 0xFF)); in ald_pis_create()
116 PIS->TAR_CON0 |= hperh->consumer_pos; in ald_pis_create()
119 PIS->TAR_CON1 |= hperh->consumer_pos; in ald_pis_create()
151 PIS->TAR_CON0 &= ~(hperh->consumer_pos); in ald_pis_destroy()
154 PIS->TAR_CON1 &= ~(hperh->consumer_pos); in ald_pis_destroy()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_pis.c80 hperh->consumer_pos = (1U << (uint32_t)((hperh->init.consumer_trig >> 8) & 0xFF)); in ald_pis_create()
122 PIS->TAR_CON0 |= hperh->consumer_pos; in ald_pis_create()
125 PIS->TAR_CON1 |= hperh->consumer_pos; in ald_pis_create()
157 PIS->TAR_CON0 &= ~(hperh->consumer_pos); in ald_pis_destroy()
160 PIS->TAR_CON1 &= ~(hperh->consumer_pos); in ald_pis_destroy()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_pis.h401 uint8_t consumer_pos; /**< Indirect value, no care of it */ member
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_pis.h418 uint8_t consumer_pos; /**< Indirect value, no care of it */ member
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_pis.h439 uint8_t consumer_pos; /**< Indirect value, no care of it */ member

Completed in 16 milliseconds