Home
last modified time | relevance | path

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

123

/lk-master/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 …]
/lk-master/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()
/lk-master/platform/pc/
A Dide.c325 int index = 0; // hard code drive for now in ide_write() local
409 int index = 0; // hard code drive for now in ide_read() local
485 static uint8_t ide_read_reg8(struct device *dev, int index) { in ide_read_reg8()
493 static uint16_t ide_read_reg16(struct device *dev, int index) { in ide_read_reg16()
501 static uint32_t ide_read_reg32(struct device *dev, int index) { in ide_read_reg32()
509 static void ide_read_reg8_array(struct device *dev, int index, void *buf, size_t count) { in ide_read_reg8_array()
557 static void ide_write_reg8(struct device *dev, int index, uint8_t value) { in ide_write_reg8()
565 static void ide_write_reg16(struct device *dev, int index, uint16_t value) { in ide_write_reg16()
573 static void ide_write_reg32(struct device *dev, int index, uint32_t value) { in ide_write_reg32()
581 static void ide_device_select(struct device *dev, int index) { in ide_device_select()
[all …]
/lk-master/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()
/lk-master/platform/stm32f0xx/include/platform/
A Drcc.h22 #define STM32_RCC_CLK(reg, index) (((reg) << 16) | (index)) argument
23 #define STM32_RCC_CLK_AHB(index) STM32_RCC_CLK(STM32_RCC_REG_AHB, index) argument
24 #define STM32_RCC_CLK_APB1(index) STM32_RCC_CLK(STM32_RCC_REG_APB1, index) argument
25 #define STM32_RCC_CLK_APB2(index) STM32_RCC_CLK(STM32_RCC_REG_APB2, index) argument
/lk-master/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
/lk-master/arch/riscv/
A Dmmu.cpp82 …uint index = ((va >> PAGE_SIZE_SHIFT) >> (level * RISCV_MMU_PT_SHIFT)) & (RISCV_MMU_PT_ENTRIES - 1… in vaddr_to_index() local
322 uint index = vaddr_to_index(vaddr, level); in riscv_pt_walk() local
414 …auto map_cb = [&paddr, &count, aspace, flags](uint level, uint index, riscv_pte_t pte, vaddr_t *va… in arch_mmu_map()
480 …auto query_cb = [paddr, flags](uint level, uint index, riscv_pte_t pte, vaddr_t *vaddr) -> walk_cb… in arch_mmu_query()
534 (uint level, uint index, riscv_pte_t pte, vaddr_t *vaddr) -> walk_cb_ret { in arch_mmu_unmap()
/lk-master/lib/evlog/
A Devlog.c50 uint index = e->head; in evlog_bump_head() local
57 …for (uint index = INCPTR(e, e->head, e->unitsize); index != e->head; index = INCPTR(e, index, e->u… in evlog_dump() local
/lk-master/external/platform/pico/rp2_common/pico_stdio_usb/
A Dstdio_usb_descriptors.c92 const uint8_t *tud_descriptor_configuration_cb(uint8_t index) { in tud_descriptor_configuration_cb()
97 const uint16_t *tud_descriptor_string_cb(uint8_t index, uint16_t langid) { in tud_descriptor_string_cb()
/lk-master/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
/lk-master/arch/arm64/
A Dmmu.c84 uint index; in arch_mmu_query() local
238 static pte_t *arm64_mmu_get_page_table(vaddr_t index, uint page_size_shift, pte_t *page_table) { in arm64_mmu_get_page_table()
300 vaddr_t index; in arm64_mmu_unmap_pt() local
359 vaddr_t index; in arm64_mmu_map_pt() local
/lk-master/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()
/lk-master/arch/or1k/
A Dmmu.c72 uint index = vaddr / SECTION_SIZE; in arch_mmu_query() local
113 uint index = vaddr / SECTION_SIZE; in arch_mmu_unmap() local
/lk-master/arch/arm/arm/
A Dmmu.c136 int index; in arm_mmu_map_section() local
157 static void arm_mmu_unmap_l1_entry(uint32_t *translation_table, uint32_t index) { in arm_mmu_unmap_l1_entry()
246 uint index = vaddr / MB; in arch_mmu_query() local
/lk-master/dev/bus/pci/
A Dpci_backend.h30 …nt find_pci_device(pci_location_t *state, uint16_t device_id, uint16_t vendor_id, uint16_t index) { in find_pci_device()
34 virtual int find_pci_class_code(pci_location_t *state, uint32_t class_code, uint16_t index) { in find_pci_class_code()
A Dpci.cpp39 …ci_find_pci_device(pci_location_t *state, uint16_t device_id, uint16_t vendor_id, uint16_t index) { in pci_find_pci_device()
51 status_t pci_find_pci_class_code(pci_location_t *state, uint32_t class_code, uint16_t index) { in pci_find_pci_class_code()
/lk-master/lib/heap/cmpctmalloc/
A Dcmpctmalloc.c195 static inline void set_free_list_bit(int index) { in set_free_list_bit()
199 static inline void clear_free_list_bit(int index) { in clear_free_list_bit()
203 static int find_nonempty_bucket(int index) { in find_nonempty_bucket()
224 int index = size_to_index_freeing(size - sizeof(header_t)); in create_free_area() local
559 unsigned int index = (unsigned int)rand() % 16; in cmpct_test() local
/lk-master/platform/pc/include/platform/
A Dpcnet.h15 int index; member
/lk-master/external/platform/nrfx/mdk/
A Dsystem_nrf5340_network.c54 uint32_t index = 0; in SystemInit() local
/lk-master/kernel/novm/
A Dnovm.c210 size_t index = ((char *)address - (char *)(n->base)) >> PAGE_SIZE_SHIFT; in novm_free_pages() local
231 size_t index = ((char *)address - (char *)(n->base)) >> PAGE_SIZE_SHIFT; in novm_alloc_specific_pages() local
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_crc.c108 uint32_t index = 0; in CRC_CalcBlockCRC() local
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_crc.c82 uint32_t index = 0; in CRC_CalcBlockCRC() local

Completed in 71 milliseconds

123