Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 36) sorted by relevance

12

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dacmp_15xx.h170 STATIC INLINE void Chip_ACMP_EnableComp(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_EnableComp()
182 STATIC INLINE void Chip_ACMP_DisableComp(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_DisableComp()
193 STATIC INLINE void Chip_ACMP_EnableCompInt(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_EnableCompInt()
205 STATIC INLINE void Chip_ACMP_DisableCompInt(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_DisableCompInt()
217 STATIC INLINE bool Chip_ACMP_GetCompStatus(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_GetCompStatus()
255 STATIC INLINE void Chip_ACMP_SetIntPolarity(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_SetIntPolarity()
279 STATIC INLINE void Chip_ACMP_SetIntTypeEdge(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_SetIntTypeEdge()
291 STATIC INLINE void Chip_ACMP_SetIntTypeLevel(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_SetIntTypeLevel()
312 STATIC INLINE bool Chip_ACMP_GetIntFlag(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_GetIntFlag()
323 STATIC INLINE void Chip_ACMP_ClearIntFlag(LPC_CMP_T *pACMP, uint8_t index) in Chip_ACMP_ClearIntFlag()
[all …]
A Drom_can_15xx.h79 uint16_t index; member
86 uint16_t index; member
A Dfmc_15xx.h103 STATIC INLINE uint32_t Chip_FMC_GetSignature(int index) in Chip_FMC_GetSignature()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dacmp_15xx.c65 void Chip_ACMP_SetIntEdgeSelection(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_EDGESEL_T edgeSel) in Chip_ACMP_SetIntEdgeSelection()
74 void Chip_ACMP_SetPosVoltRef(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_POS_INPUT_T Posinput) in Chip_ACMP_SetPosVoltRef()
84 void Chip_ACMP_SetNegVoltRef(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_NEG_INPUT_T Neginput) in Chip_ACMP_SetNegVoltRef()
94 void Chip_ACMP_SetHysteresis(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_HYS_T hys) in Chip_ACMP_SetHysteresis()
103 void Chip_ACMP_SetupACMPRefs(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_POS_INPUT_T Posinput, in Chip_ACMP_SetupACMPRefs()
114 void Chip_ACMP_SetupACMPInt(LPC_CMP_T *pACMP, uint8_t index, bool level, in Chip_ACMP_SetupACMPInt()
136 void Chip_ACMP_SetupVoltLadder(LPC_CMP_T *pACMP, uint8_t index, uint32_t ladsel, bool ladrefVDDCMP) in Chip_ACMP_SetupVoltLadder()
/external/platform/nrfx/hal/
A Dnrf_ipc.h439 uint8_t index, in nrf_ipc_send_config_set()
445 NRF_STATIC_INLINE uint32_t nrf_ipc_send_config_get(NRF_IPC_Type * const p_reg, uint8_t index) in nrf_ipc_send_config_get()
451 uint8_t index, in nrf_ipc_receive_config_set()
458 NRF_STATIC_INLINE uint32_t nrf_ipc_receive_config_get(NRF_IPC_Type * const p_reg, uint8_t index) in nrf_ipc_receive_config_get()
464 uint8_t index, in nrf_ipc_gpmem_set()
471 NRF_STATIC_INLINE uint32_t nrf_ipc_gpmem_get(NRF_IPC_Type const * p_reg, uint8_t index) in nrf_ipc_gpmem_get()
477 NRF_STATIC_INLINE nrf_ipc_task_t nrf_ipc_send_task_get(uint8_t index) in nrf_ipc_send_task_get()
483 NRF_STATIC_INLINE nrf_ipc_event_t nrf_ipc_receive_event_get(uint8_t index) in nrf_ipc_receive_event_get()
A Dnrf_gpiote.h584 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_out_task_get(uint8_t index) in nrf_gpiote_out_task_get()
591 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_set_task_get(uint8_t index) in nrf_gpiote_set_task_get()
599 NRF_STATIC_INLINE nrf_gpiote_task_t nrf_gpiote_clr_task_get(uint8_t index) in nrf_gpiote_clr_task_get()
606 NRF_STATIC_INLINE nrf_gpiote_event_t nrf_gpiote_in_event_get(uint8_t index) in nrf_gpiote_in_event_get()
A Dnrf_dppi.h313 NRF_STATIC_INLINE nrf_dppi_task_t nrf_dppi_group_enable_task_get(uint8_t index) in nrf_dppi_group_enable_task_get()
319 NRF_STATIC_INLINE nrf_dppi_task_t nrf_dppi_group_disable_task_get(uint8_t index) in nrf_dppi_group_disable_task_get()
A Dnrf_ppi.h549 uint8_t index) in nrf_ppi_group_enable_task_get()
557 uint8_t index) in nrf_ppi_group_disable_task_get()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_nand.c391 __IO uint32_t index = 0; in HAL_NAND_Read_Page() local
468 __IO uint32_t index = 0; in HAL_NAND_Write_Page() local
558 __IO uint32_t index = 0; in HAL_NAND_Read_SpareArea() local
634 __IO uint32_t index = 0; in HAL_NAND_Write_SpareArea() local
A Dstm32f7xx_hal_crc.c279 uint32_t index = 0; /* CRC input data buffer index */ in HAL_CRC_Accumulate() local
330 uint32_t index = 0; /* CRC input data buffer index */ in HAL_CRC_Calculate() local
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_crc.c298 uint32_t index = 0U; /* CRC input data buffer index */ in HAL_CRC_Accumulate() local
358 uint32_t index = 0U; /* CRC input data buffer index */ in HAL_CRC_Calculate() local
A Dstm32f0xx_hal_flash.c186 uint8_t index = 0U; in HAL_FLASH_Program() local
/external/platform/pico/rp2_common/pico_stdio_usb/
A Dstdio_usb_descriptors.c137 const uint8_t *tud_descriptor_configuration_cb(__unused uint8_t index) { in tud_descriptor_configuration_cb()
141 const uint16_t *tud_descriptor_string_cb(uint8_t index, __unused uint16_t langid) { in tud_descriptor_string_cb()
/external/platform/pico/common/pico_util/
A Dqueue.c24 static inline void *element_ptr(queue_t *q, uint index) { in element_ptr()
29 static inline uint16_t inc_index(queue_t *q, uint16_t index) { in inc_index()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dsystem_stm32f4xx.c884 register uint32_t index; in SystemInit_ExtMemCtl() local
1206 register uint32_t index; in SystemInit_ExtMemCtl() local
A Dstm32f4xx_crc.c75 uint32_t index = 0; in CRC_CalcBlockCRC() local
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_threadsafe_background.c166 uint index = irq - FIRST_USER_IRQ; in low_prio_irq_init() local
284 uint index = __get_current_exception() - VTABLE_FIRST_IRQ - FIRST_USER_IRQ; in low_priority_irq_handler() local
/external/platform/nrfx/mdk/
A Dsystem_nrf5340_network.c54 uint32_t index = 0; in SystemInit() local
A Dsystem_nrf5340_application.c94 uint32_t index = 0; in SystemInit() local
A Dsystem_nrf9160.c120 uint32_t index = 0; in SystemInit() local
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_crc.c108 uint32_t index = 0; in CRC_CalcBlockCRC() local
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_crc.c82 uint32_t index = 0; in CRC_CalcBlockCRC() local
/external/platform/lpc15xx/lpcopen/periph_eeprom/example/src/
A Deeprom.c99 int index, byte; in MakeString() local
/external/platform/lpc15xx/lpcopen/periph_adc/example/src/
A Dadc.c63 int index, j; in showValudeADC() local
/external/lib/lwip/core/
A Dstats.c124 stats_display_memp(struct stats_mem *mem, int index) in stats_display_memp()

Completed in 38 milliseconds

12