Searched refs:consumer_pos (Results 1 – 6 of 6) sorted by relevance
79 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()
78 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()
80 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()
401 uint8_t consumer_pos; /**< Indirect value, no care of it */ member
418 uint8_t consumer_pos; /**< Indirect value, no care of it */ member
439 uint8_t consumer_pos; /**< Indirect value, no care of it */ member
Completed in 16 milliseconds