Home
last modified time | relevance | path

Searched refs:CTL (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/csi/csi1/include/core/
A Dcore_rv32.h142 __IOM uint8_t CTL; /*!< Offset: 0x00C (R/W) Interrupt control register */ member
509 …CLIC->CLICINT[IRQn].CTL = (CLIC->CLICINT[IRQn].CTL & (~CLIC_INTCFG_PRIO_Msk)) | (priority << (8 - … in csi_vic_set_prio()
524 return CLIC->CLICINT[IRQn].CTL >> (8 - nlbits); in csi_vic_get_prio()
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcore_rv32.h142 __IOM uint8_t CTL; /*!< Offset: 0x00C (R/W) Interrupt control register */ member
531 …CLIC->CLICINT[IRQn].CTL = (CLIC->CLICINT[IRQn].CTL & (~val)) | ((priority << (8 - nlbits)) & 0xFFU… in csi_vic_set_prio()
546 return CLIC->CLICINT[IRQn].CTL >> (8 - nlbits); in csi_vic_get_prio()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dnet.c65 #define CTL(pdu) ((pdu)[1] >> 7) macro
1288 rx->ctl = CTL(buf->data); in bt_mesh_net_decode()

Completed in 9 milliseconds