Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 32) sorted by relevance

12

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dsctipu_15xx.h86 #define SCTIPU_CTRL_INSEL(ch, src) ((src) << (ch)) /*!< Select SCTIPU sample (src) source for outp… argument
87 #define SCTIPU_CTRL_INSELMASK(ch) (1 << (ch)) /*!< SCTIPU sample (src) source mask for output ch… argument
92 #define SCTIPU_CTRL_SAMPENDSEL(ch, src) ((src) << (2 + (ch * 2))) /*!< Select SCTIPU sample (src) s… argument
93 #define SCTIPU_CTRL_SAMPENDMASK(ch) (0x3 << (2 + (ch * 2))) /*!< SCTIPU sample (src) source mask fo… argument
94 #define SCTIPU_CTRL_LATCHENSEL(ch, ltc) ((ltc) << (12 + ch)) /*!< Select SCTIPU latched mode for ou… argument
95 #define SCTIPU_CTRL_LATCHENMASK(ch) (1 << (12 + ch)) /*!< SCTIPU latched mode mask for output chann… argument
129 STATIC INLINE void Chip_SCTIPU_AbortInputEnable(uint8_t ch, uint32_t srcAbort) in Chip_SCTIPU_AbortInputEnable()
141 STATIC INLINE uint32_t Chip_SCTIPU_GetActiveAbortSrc(uint8_t ch) in Chip_SCTIPU_GetActiveAbortSrc()
152 STATIC INLINE void Chip_SCTIPU_ClearActiveAbortSrc(uint8_t ch, uint32_t srcClear) in Chip_SCTIPU_ClearActiveAbortSrc()
A Ddma_15xx.h257 STATIC INLINE void Chip_DMA_EnableChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_EnableChannel()
268 STATIC INLINE void Chip_DMA_DisableChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_DisableChannel()
337 STATIC INLINE void Chip_DMA_ClearErrorIntChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_ClearErrorIntChannel()
348 STATIC INLINE void Chip_DMA_EnableIntChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_EnableIntChannel()
359 STATIC INLINE void Chip_DMA_DisableIntChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_DisableIntChannel()
437 STATIC INLINE void Chip_DMA_SetValidChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_SetValidChannel()
449 STATIC INLINE void Chip_DMA_SetTrigChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_SetTrigChannel()
465 STATIC INLINE void Chip_DMA_AbortChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_AbortChannel()
635 STATIC INLINE void Chip_DMA_SetChannelValid(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_SetChannelValid()
646 STATIC INLINE void Chip_DMA_SetChannelInValid(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_SetChannelInValid()
[all …]
A Dmrt_15xx.h98 #define LPC_MRT_CH(ch) ((LPC_MRT_CH_T *) &LPC_MRT->CHANNEL[(ch)]) argument
105 #define MRTn_INTFLAG(ch) (1 << (ch)) argument
135 STATIC INLINE LPC_MRT_CH_T *Chip_MRT_GetRegPtr(uint8_t ch) in Chip_MRT_GetRegPtr()
312 STATIC INLINE bool Chip_MRT_GetIntPendingByChannel(uint8_t ch) in Chip_MRT_GetIntPendingByChannel()
A Dadc_15xx.h186 #define ADC_INTEN_CMP_ENABLE(isel, ch) (((isel) & ADC_INTEN_CMP_MASK) << ((2 * (ch)) + 3)) /*!< Int… argument
189 #define ADC_FLAGS_THCMP_MASK(ch) (1 << (ch)) /*!< Threshold comparison status for channel */ argument
190 #define ADC_FLAGS_OVRRUN_MASK(ch) (1 << (12 + (ch))) /*!< Overrun status for channel */ argument
A Dpinint_15xx.h71 #define PININTCH(ch) (1 << (ch)) argument
A Dinmux_15xx.h256 STATIC INLINE void Chip_INMUX_SetDMATrigger(uint8_t ch, DMA_TRIGSRC_T trig) in Chip_INMUX_SetDMATrigger()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Ddma_15xx.c71 void Chip_DMA_SetTranBits(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t mask) in Chip_DMA_SetTranBits()
83 void Chip_DMA_ClearTranBits(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t mask) in Chip_DMA_ClearTranBits()
95 void Chip_DMA_SetupChannelTransferSize(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t trans) in Chip_DMA_SetupChannelTransferSize()
102 bool Chip_DMA_SetupTranChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch, DMA_CHDESC_T *desc) in Chip_DMA_SetupTranChannel()
A Duart_15xx.c179 uint8_t ch = Chip_UART_ReadByte(pUART); in Chip_UART_RXIntHandlerRB() local
187 uint8_t ch; in Chip_UART_TXIntHandlerRB() local
A Dsctipu_15xx.c49 void Chip_SCTIPU_ConfigSample(uint8_t ch, uint8_t useb, uint8_t sampIn, uint8_t useLatch) in Chip_SCTIPU_ConfigSample()
A Dadc_15xx.c208 void Chip_ADC_SetThresholdInt(LPC_ADC_T *pADC, uint8_t ch, ADC_INTEN_THCMP_T thInt) in Chip_ADC_SetThresholdInt()
/lk-master/external/platform/nrfx/hal/
A Dnrf_rtc.h61 #define RTC_CHANNEL_INT_MASK(ch) ((uint32_t)(NRF_RTC_INT_COMPARE0_MASK) << (ch)) argument
64 #define RTC_CHANNEL_EVENT_ADDR(ch) (nrf_rtc_event_t)((NRF_RTC_EVENT_COMPARE_0) + (ch) * sizeof(uin… argument
292 NRF_STATIC_INLINE void nrf_rtc_cc_set(NRF_RTC_Type * p_reg, uint32_t ch, uint32_t cc_val) in nrf_rtc_cc_set()
297 NRF_STATIC_INLINE uint32_t nrf_rtc_cc_get(NRF_RTC_Type const * p_reg, uint32_t ch) in nrf_rtc_cc_get()
/lk-master/platform/bcm28xx/
A Dmailbox.c37 static status_t mailbox_write(const enum mailbox_channel ch, uint32_t value) { in mailbox_write()
55 static status_t mailbox_read(enum mailbox_channel ch, uint32_t *result) { in mailbox_read()
A Dminiuart.c75 char ch = readl(&mu_regs->io); in aux_irq() local
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/
A Dretarget.h63 void _ttywrch(int ch) in _ttywrch()
72 static INLINE void BoardOutChar(char ch) in BoardOutChar()
A Dboard.c56 void Board_UARTPutChar(char ch) in Board_UARTPutChar()
/lk-master/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/
A Ddma.h34 dma_channel_hw_t ch[NUM_DMA_CHANNELS]; member
58 } ch[NUM_DMA_CHANNELS]; member
/lk-master/external/platform/lpc15xx/lpcopen/periph_mrt/example/src/
A Dmrt.c49 static void setupMRT(uint8_t ch, MRT_MODE_T mode, uint32_t rate) in setupMRT()
/lk-master/arch/riscv/
A Dmp.c74 uint ch = riscv_current_hart(); in riscv_software_exception() local
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c248 static void dmaClearChannel(DMA_CHID_T ch) { in dmaClearChannel()
/lk-master/external/lib/mincrypt/
A Dsha256.c93 uint32_t ch = (E & F) ^ ((~E) & G); in SHA256_Transform() local
/lk-master/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c184 static inline bool _is_digit(char ch) { in _is_digit()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd_adc.h76 #define AUDIO_FEATURE_UNIT_DESC_SZ(ch,n) 0x07+(ch+1)*n argument
/lk-master/platform/pc/
A Dide.c699 uint8_t sc = 0, sn = 0, st = 0, cl = 0, ch = 0; in ide_detect_drives() local
/lk-master/external/arch/arm/arm-m/CMSIS/Include/
A Dcore_cm3.h1878 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar()
1901 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
A Dcore_sc300.h1852 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar()
1875 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local

Completed in 70 milliseconds

12