/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | sctipu_15xx.h | 86 #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 D | dma_15xx.h | 257 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 D | mrt_15xx.h | 98 #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 D | adc_15xx.h | 186 #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 D | pinint_15xx.h | 71 #define PININTCH(ch) (1 << (ch)) argument
|
A D | inmux_15xx.h | 256 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 D | dma_15xx.c | 71 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 D | uart_15xx.c | 179 uint8_t ch = Chip_UART_ReadByte(pUART); in Chip_UART_RXIntHandlerRB() local 187 uint8_t ch; in Chip_UART_TXIntHandlerRB() local
|
A D | sctipu_15xx.c | 49 void Chip_SCTIPU_ConfigSample(uint8_t ch, uint8_t useb, uint8_t sampIn, uint8_t useLatch) in Chip_SCTIPU_ConfigSample()
|
A D | adc_15xx.c | 208 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 D | nrf_rtc.h | 61 #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 D | mailbox.c | 37 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 D | miniuart.c | 75 char ch = readl(&mu_regs->io); in aux_irq() local
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/ |
A D | retarget.h | 63 void _ttywrch(int ch) in _ttywrch() 72 static INLINE void BoardOutChar(char ch) in BoardOutChar()
|
A D | board.c | 56 void Board_UARTPutChar(char ch) in Board_UARTPutChar()
|
/lk-master/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/ |
A D | dma.h | 34 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 D | mrt.c | 49 static void setupMRT(uint8_t ch, MRT_MODE_T mode, uint32_t rate) in setupMRT()
|
/lk-master/arch/riscv/ |
A D | mp.c | 74 uint ch = riscv_current_hart(); in riscv_software_exception() local
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/ |
A D | dma_uart.c | 248 static void dmaClearChannel(DMA_CHID_T ch) { in dmaClearChannel()
|
/lk-master/external/lib/mincrypt/ |
A D | sha256.c | 93 uint32_t ch = (E & F) ^ ((~E) & G); in SHA256_Transform() local
|
/lk-master/external/platform/pico/rp2_common/pico_printf/ |
A D | printf.c | 184 static inline bool _is_digit(char ch) { in _is_digit()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/ |
A D | usbd_adc.h | 76 #define AUDIO_FEATURE_UNIT_DESC_SZ(ch,n) 0x07+(ch+1)*n argument
|
/lk-master/platform/pc/ |
A D | ide.c | 699 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 D | core_cm3.h | 1878 __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 D | core_sc300.h | 1852 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar() 1875 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
|