Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 66) sorted by relevance

123

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_hwmgr.c82 static cy_rslt_t _cyhal_get_bit_position(cyhal_resource_t type, uint8_t block, uint8_t channel, uin… in _cyhal_get_bit_position()
129 static inline cy_rslt_t _cyhal_is_set(const uint8_t* used, cyhal_resource_t type, uint8_t block, ui… in _cyhal_is_set()
142 static inline cy_rslt_t _cyhal_set_bit(uint8_t* used, cyhal_resource_t type, uint8_t block, uint8_t… in _cyhal_set_bit()
155 static inline cy_rslt_t _cyhal_clear_bit(uint8_t* used, cyhal_resource_t type, uint8_t block, uint8… in _cyhal_clear_bit()
206 cy_rslt_t cyhal_hwmgr_allocate(cyhal_resource_t type, cyhal_resource_inst_t* obj) in cyhal_hwmgr_allocate()
211 cy_rslt_t _cyhal_hwmgr_allocate_with_connection(cyhal_resource_t type, const cyhal_source_t *src, c… in _cyhal_hwmgr_allocate_with_connection()
Dcyhal_interconnect.c140 …_t mux_group_1to1_offset, uint8_t source_idx, uint8_t dest_idx, cyhal_signal_type_t type, bool con… in _cyhal_interconnect_change_connection_direct()
188 …tion_direct(uint8_t mux, uint8_t input_idx, uint8_t output_idx, cyhal_signal_type_t type, bool con… in _cyhal_interconnect_change_connection_direct()
206 …group, uint8_t dest_mux_input_idx, uint8_t dest_mux_output_idx, cyhal_signal_type_t type, bool con… in _cyhal_interconnect_change_connection_indirect()
242 cyhal_signal_type_t type = _CYHAL_TRIGGER_GET_SOURCE_TYPE(source); in _cyhal_interconnect_check_connection() local
Dcyhal_hwmgr_impl_part.h1462 static inline uint16_t _cyhal_uses_channels(cyhal_resource_t type) in _cyhal_uses_channels()
1467 static inline uint16_t _cyhal_get_resource_offset(cyhal_resource_t type) in _cyhal_get_resource_offset()
1472 static inline const _cyhal_hwmgr_offset_t* _cyhal_get_block_offsets(cyhal_resource_t type) in _cyhal_get_block_offsets()
1503 static inline uint8_t _cyhal_get_block_offset_length(cyhal_resource_t type) in _cyhal_get_block_offset_length()
Dcyhal_gpio.c499 cy_rslt_t cyhal_gpio_enable_output(cyhal_gpio_t pin, cyhal_signal_type_t type, cyhal_source_t *sour… in cyhal_gpio_enable_output()
603 cy_rslt_t cyhal_gpio_enable_output(cyhal_gpio_t pin, cyhal_signal_type_t type, cyhal_source_t *sour… in cyhal_gpio_enable_output()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_resource_if.c59 uint32_t whd_get_resource_block_size(whd_driver_t whd_driver, whd_resource_type_t type, uint32_t *s… in whd_get_resource_block_size()
74 uint32_t whd_get_resource_no_of_blocks(whd_driver_t whd_driver, whd_resource_type_t type, uint32_t … in whd_get_resource_no_of_blocks()
88 uint32_t whd_get_resource_block(whd_driver_t whd_driver, whd_resource_type_t type, in whd_get_resource_block()
104 uint32_t whd_resource_read(whd_driver_t whd_driver, whd_resource_type_t type, uint32_t offset, in whd_resource_read()
Dwhd_cdc_bdc.c193 whd_result_t whd_cdc_send_ioctl(whd_interface_t ifp, cdc_command_type_t type, uint32_t command, in whd_cdc_send_ioctl()
341 whd_result_t whd_cdc_send_iovar(whd_interface_t ifp, cdc_command_type_t type, in whd_cdc_send_iovar()
Dwhd_utils.c45 whd_tlv8_data_t *whd_tlv_find_tlv8(const uint8_t *message, uint32_t message_length, uint8_t type) in whd_tlv_find_tlv8()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwhd_resources.c211 uint32_t host_get_resource_block(whd_driver_t whd_drv, whd_resource_type_t type, in host_get_resource_block()
298 uint32_t host_get_resource_block_size(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t *siz… in host_get_resource_block_size()
304 uint32_t host_get_resource_no_of_blocks(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t *b… in host_get_resource_no_of_blocks()
318 uint32_t host_resource_read(whd_driver_t whd_drv, whd_resource_type_t type, in host_resource_read()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_debug_uart.c156 static cybt_result_t cybt_enqueue_tx_data (uint16_t type, uint16_t opcode, uint16_t length, uint8_… in cybt_enqueue_tx_data()
578 cybt_result_t cybt_debug_uart_send_hci_trace (uint8_t type, uint16_t data_size, uint8_t *p_data) in cybt_debug_uart_send_hci_trace()
600 cybt_result_t cybt_trans_blocking_write (uint8_t type, uint16_t op, uint16_t data_size, uint8_t *p_… in cybt_trans_blocking_write()
/hal_infineon-latest/core-lib/include/
Dcy_result.h459 cy_en_rslt_type_t type : CY_RSLT_TYPE_WIDTH; //!< The 2bit result type member
477 #define CY_RSLT_CREATE(type, module, code) \ argument
495 #define CY_RSLT_CREATE_EX(type, module, submodule, code) \ argument
/hal_infineon-latest/mtb-template-cat1/
Dprops.json962 "type": "choice" string
977 "type": "choice" string
997 "type": "choice" string
1014 "type": "choice" string
1031 "type": "choice" string
1048 "type": "choice" string
1063 "type": "choice" string
/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_dma.c573 …rceRequest(XMC_DMA_t *const dma, const uint8_t channel, const XMC_DMA_CH_TRANSACTION_TYPE_t type, … in XMC_DMA_CH_TriggerSourceRequest()
589 …ionRequest(XMC_DMA_t *const dma, const uint8_t channel, const XMC_DMA_CH_TRANSACTION_TYPE_t type, … in XMC_DMA_CH_TriggerDestinationRequest()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_m2m_protocol.c58 #define REGISTER_WRITE_WITH_BARRIER(type, address, value) \ argument
61 #define REGISTER_READ(type, address) \ argument
/hal_infineon-latest/btstack/wiced_include/
Dgattdefs.h259 #define IS_CHAR_DECLARATION_UUID(type) ((type.len == 2) && (type.uu.uuid16 == GATT_UUID_CHAR_DEC… argument
260 #define IS_CHAR_CLIENT_CONFIG_UUID(type) ((type.len == 2) && (type.uu.uuid16 == GATT_UUID_CHAR_CLI… argument
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_utils.h37 #define OFFSET(type, member) ( (uint32_t)&( (type *)0 )->member ) argument
Dwhd_chip.h154 uint8_t type; member
160 uint8_t type; member
/hal_infineon-latest/mtb-pdl-cat1/
Dprops.json24 "type": "api-guide", string
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_syspm.h1794 #define CY_SYSPM_IS_CALLBACK_TYPE_VALID(type) (((type) == CY_SYSPM_SLEEP) || \ argument
1808 #define CY_SYSPM_IS_CALLBACK_TYPE_VALID(type) (((type) == CY_SYSPM_SLEEP) || \ argument
1855 #define CY_SYSPM_IS_CALLBACK_TYPE_VALID(type) (((type) == CY_SYSPM_SLEEP) || \ argument
2035 #define CY_SYSPM_IS_CALLBACK_TYPE_VALID(type) (((type) == CY_SYSPM_SLEEP) || \ argument
3685 …cy_en_syspm_callback_type_t type; /**< The callback type, see \ref cy_en_syspm_ca… member
/hal_infineon-latest/whd-bsp-integration/COMPONENT_LWIP/
Dcy_network_buffer_lwip.c67 pbuf_type type = (size <= PBUF_POOL_BUFSIZE) ? PBUF_POOL : PBUF_RAM; in cy_host_buffer_get() local
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_syspm.c1699 cy_en_syspm_status_t Cy_SysPm_ExecuteCallback(cy_en_syspm_callback_type_t type, cy_en_syspm_callbac… in Cy_SysPm_ExecuteCallback()
1802 cy_stc_syspm_callback_t* Cy_SysPm_GetFailedCallback(cy_en_syspm_callback_type_t type) in Cy_SysPm_GetFailedCallback()
Dcy_syspm_v3.c1211 cy_en_syspm_status_t Cy_SysPm_ExecuteCallback(cy_en_syspm_callback_type_t type, cy_en_syspm_callbac… in Cy_SysPm_ExecuteCallback()
1313 cy_stc_syspm_callback_t* Cy_SysPm_GetFailedCallback(cy_en_syspm_callback_type_t type) in Cy_SysPm_GetFailedCallback()
Dcy_syspm_v4.c1505 cy_en_syspm_status_t Cy_SysPm_ExecuteCallback(cy_en_syspm_callback_type_t type, cy_en_syspm_callbac… in Cy_SysPm_ExecuteCallback()
1607 cy_stc_syspm_callback_t* Cy_SysPm_GetFailedCallback(cy_en_syspm_callback_type_t type) in Cy_SysPm_GetFailedCallback()
Dcy_syspm_v2.c1844 cy_en_syspm_status_t Cy_SysPm_ExecuteCallback(cy_en_syspm_callback_type_t type, cy_en_syspm_callbac… in Cy_SysPm_ExecuteCallback()
1946 cy_stc_syspm_callback_t* Cy_SysPm_GetFailedCallback(cy_en_syspm_callback_type_t type) in Cy_SysPm_GetFailedCallback()
Dcy_lin.c308 cy_en_lin_status_t Cy_LIN_SetChecksumType(LIN_CH_Type* base, cy_en_lin_checksum_type_t type) in Cy_LIN_SetChecksumType()
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_general_types.h266 cyhal_clock_tolerance_unit_t type; //!< The type of the clock tolerance value. member

123