Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 154) sorted by relevance

1234567

/hal_nxp-latest/mcux/mcux-sdk/drivers/gpio_1/
Dfsl_gpio.c79 void GPIO_PinInit(gpio_port_num_t port, uint8_t pin, const gpio_pin_config_t *config) in GPIO_PinInit()
113 void GPIO_PinWrite(gpio_port_num_t port, uint8_t pin, uint8_t output) in GPIO_PinWrite()
139 void GPIO_PortSet(gpio_port_num_t port, uint8_t mask) in GPIO_PortSet()
158 void GPIO_PortClear(gpio_port_num_t port, uint8_t mask) in GPIO_PortClear()
177 void GPIO_PortToggle(gpio_port_num_t port, uint8_t mask) in GPIO_PortToggle()
199 uint32_t GPIO_PinRead(gpio_port_num_t port, uint8_t pin) in GPIO_PinRead()
227 static void FGPIO_EnableClock(gpio_port_num_t port) in FGPIO_EnableClock()
240 void FGPIO_PortInit(gpio_port_num_t port) in FGPIO_PortInit()
275 void FGPIO_PinInit(gpio_port_num_t port, uint8_t pin, const gpio_pin_config_t *config) in FGPIO_PinInit()
309 void FGPIO_PinWrite(gpio_port_num_t port, uint8_t pin, uint8_t output) in FGPIO_PinWrite()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_gpio/
Dfsl_gpio.c42 static void GPIO_EnablePortClock(GPIO_Type *base, uint32_t port) in GPIO_EnablePortClock()
60 void GPIO_PortInit(GPIO_Type *base, uint32_t port) in GPIO_PortInit()
97 void GPIO_PinInit(GPIO_Type *base, uint32_t port, uint32_t pin, const gpio_pin_config_t *config) in GPIO_PinInit()
138 void GPIO_SetPinInterruptConfig(GPIO_Type *base, uint32_t port, uint32_t pin, gpio_interrupt_config… in GPIO_SetPinInterruptConfig()
153 void GPIO_PortEnableInterrupts(GPIO_Type *base, uint32_t port, uint32_t index, uint32_t mask) in GPIO_PortEnableInterrupts()
177 void GPIO_PortDisableInterrupts(GPIO_Type *base, uint32_t port, uint32_t index, uint32_t mask) in GPIO_PortDisableInterrupts()
202 void GPIO_PortClearInterruptFlags(GPIO_Type *base, uint32_t port, uint32_t index, uint32_t mask) in GPIO_PortClearInterruptFlags()
226 uint32_t GPIO_PortGetInterruptStatus(GPIO_Type *base, uint32_t port, uint32_t index) in GPIO_PortGetInterruptStatus()
253 void GPIO_PinEnableInterrupt(GPIO_Type *base, uint32_t port, uint32_t pin, uint32_t index) in GPIO_PinEnableInterrupt()
277 void GPIO_PinDisableInterrupt(GPIO_Type *base, uint32_t port, uint32_t pin, uint32_t index) in GPIO_PinDisableInterrupt()
[all …]
Dfsl_gpio.h153 static inline void GPIO_PinWrite(GPIO_Type *base, uint32_t port, uint32_t pin, uint8_t output) in GPIO_PinWrite()
172 static inline uint32_t GPIO_PinRead(GPIO_Type *base, uint32_t port, uint32_t pin) in GPIO_PinRead()
186 static inline void GPIO_PortSet(GPIO_Type *base, uint32_t port, uint32_t mask) in GPIO_PortSet()
198 static inline void GPIO_PortClear(GPIO_Type *base, uint32_t port, uint32_t mask) in GPIO_PortClear()
210 static inline void GPIO_PortToggle(GPIO_Type *base, uint32_t port, uint32_t mask) in GPIO_PortToggle()
223 static inline uint32_t GPIO_PortRead(GPIO_Type *base, uint32_t port) in GPIO_PortRead()
239 static inline void GPIO_PortMaskedSet(GPIO_Type *base, uint32_t port, uint32_t mask) in GPIO_PortMaskedSet()
251 static inline void GPIO_PortMaskedWrite(GPIO_Type *base, uint32_t port, uint32_t output) in GPIO_PortMaskedWrite()
264 static inline uint32_t GPIO_PortMaskedRead(GPIO_Type *base, uint32_t port) in GPIO_PortMaskedRead()
/hal_nxp-latest/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_lpc_gpio.c29 #define HAL_INPUTMUX_GpioPortPinToPintsel(port, pin) \ argument
32 #define HAL_INPUTMUX_GpioPortPinToPintsel(port, pin) \ argument
39 uint8_t port; member
63 #define HAL_GPIO_INPUTMUX_PIN_FLAG(port, pin) (((port) << 5U) + (pin)) argument
67 #define HAL_GPIO_PORT_INIT_SET_FLAG(port) (s_GpioPortInitializedFlag |= ((uint32_t)1U << (port))) argument
68 #define HAL_GPIO_PORT_INIT_GET_FLAG(port) ((0U != (s_GpioPortInitializedFlag & ((uint32_t)1U << (po… argument
103 static void HAL_GpioInterruptHandle(uint8_t port, uint8_t pin) in HAL_GpioInterruptHandle()
120 static hal_gpio_status_t HAL_GpioConflictSearch(hal_gpio_state_t *head, uint8_t port, uint8_t pin) in HAL_GpioConflictSearch()
Dfsl_adapter_rt_gpio.c25 uint16_t port : 3U; member
50 #define SET_GPIO_PORT_INIT_FLAG(port) (s_GPIO_PORT_initFlag |= 1UL << (port)) argument
51 #define GET_GPIO_PORT_INIT_FLAG(port) ((0U != (s_GPIO_PORT_initFlag & (1UL << (port)))) ? 1U : 0U) argument
52 #define CLEAR_GPIO_PORT_INIT_FLAG(port) (s_GPIO_PORT_initFlag &= ~(1UL << (port))) argument
106 static hal_gpio_status_t HAL_GpioConflictSearch(hal_gpio_state_t *head, uint8_t port, uint8_t pin) in HAL_GpioConflictSearch()
Dfsl_adapter_gpio.c40 uint16_t port : 3U; member
55 uint8_t port; member
75 static void HAL_GpioInterruptHandle(uint8_t port) in HAL_GpioInterruptHandle()
131 static hal_gpio_status_t HAL_GpioConflictSearch(hal_gpio_state_t *head, uint8_t port, uint8_t pin) in HAL_GpioConflictSearch()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/DriverTemplates/
DDriver_WiFi.c116 …c int32_t ARM_WiFi_SocketBind (int32_t socket, const uint8_t *ip, uint32_t ip_len, uint16_t port) { in ARM_WiFi_SocketBind()
124 static int32_t ARM_WiFi_SocketAccept (int32_t socket, uint8_t *ip, uint32_t *ip_len, uint16_t *port in ARM_WiFi_SocketAccept()
128 …nt32_t ARM_WiFi_SocketConnect (int32_t socket, const uint8_t *ip, uint32_t ip_len, uint16_t port) { in ARM_WiFi_SocketConnect()
136 …RecvFrom (int32_t socket, void *buf, uint32_t len, uint8_t *ip, uint32_t *ip_len, uint16_t *port) { in ARM_WiFi_SocketRecvFrom()
144 …int32_t socket, const void *buf, uint32_t len, const uint8_t *ip, uint32_t ip_len, uint16_t port) { in ARM_WiFi_SocketSendTo()
148 …nt32_t ARM_WiFi_SocketGetSockName (int32_t socket, uint8_t *ip, uint32_t *ip_len, uint16_t *port) { in ARM_WiFi_SocketGetSockName()
152 …nt32_t ARM_WiFi_SocketGetPeerName (int32_t socket, uint8_t *ip, uint32_t *ip_len, uint16_t *port) { in ARM_WiFi_SocketGetPeerName()
DDriver_USBH.c80 static int32_t ARM_USBH_PortVbusOnOff(uint8_t port, bool vbus) in ARM_USBH_PortVbusOnOff()
84 static int32_t ARM_USBH_PortReset(uint8_t port) in ARM_USBH_PortReset()
88 static int32_t ARM_USBH_PortSuspend(uint8_t port) in ARM_USBH_PortSuspend()
92 static int32_t ARM_USBH_PortResume(uint8_t port) in ARM_USBH_PortResume()
96 static ARM_USBH_PORT_STATE ARM_USBH_PortGetState(uint8_t port) in ARM_USBH_PortGetState()
147 static void ARM_USBH_SignalPortEvent(uint8_t port, uint32_t event) in ARM_USBH_SignalPortEvent()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nand/flexspi/
Dfsl_flexspi_nand_flash.c30 static status_t flexspi_nand_write_enable(FLEXSPI_Type *base, flexspi_port_t port, uint32_t baseAdd… in flexspi_nand_write_enable()
121 status_t flexspi_nand_unlock_all_blocks(FLEXSPI_Type *base, flexspi_port_t port) in flexspi_nand_unlock_all_blocks()
245 flexspi_port_t port = memHandle->port; in Nand_Flash_Read_Page() local
307 flexspi_port_t port = memHandle->port; in Nand_Flash_Read_Page_Partial() local
366 flexspi_port_t port = memHandle->port; in Nand_Flash_Page_Program() local
427 flexspi_port_t port = memHandle->port; in Nand_Flash_Erase_Block() local
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/flexspi/
Dfsl_flexspi_nor_flash.c1116 static status_t FLEXSPI_NOR_WriteEnable(FLEXSPI_Type *base, flexspi_port_t port, uint32_t baseAddr) in FLEXSPI_NOR_WriteEnable()
2224 flexspi_port_t port = memHandle->port; in FLEXSPI_NOR_EnableQuadMode() local
2301 flexspi_port_t port = memHandle->port; in FLEXSPI_NOR_ExitQuadMode() local
2373 flexspi_port_t port = memHandle->port; in FLEXSPI_NOR_MacronixEnterOctalMode() local
2642 flexspi_port_t port = memHandle->port; in FLEXSPI_NOR_MacronixExitOctalMode() local
2715 flexspi_port_t port = memHandle->port; in FLEXSPI_NOR_CheckCommandModeAvailability() local
3068 flexspi_port_t port = memHandle->port; in FLEXSPI_NOR_AdestoEnterOctalMode() local
3412 flexspi_port_t port = memHandle->port; in FLEXSPI_NOR_GenerateConfigBlockUsingSFDP() local
3551 flexspi_port_t port = memHandle->port; in Nor_Flash_Erase_Chip() local
3586 flexspi_port_t port = memHandle->port; in Nor_Flash_Erase_Block() local
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-sdio.c712 static t_u8 *wlan_read_rcv_packet(t_u32 port, t_u32 rxlen, t_u32 rx_blocks, t_u32 *type, bool aggr) in wlan_read_rcv_packet()
1754 t_u8 port = 0; in wlan_xmit_wmm_pkt() local
2361 t_u32 port; in _handle_sdio_packet_read() local
2456 t_u32 port; in _handle_sdio_packet_read() local
3079 void set_ioport_inmlan(t_u32 port) in set_ioport_inmlan()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/drivers/
Dfsl_port.c97 void PORT_SetFilterSelect(PORT_Type *base, port_filter_pin_t port, port_filter_select_t filter) in PORT_SetFilterSelect()
130 void PORT_SetPinPullUpEnable(PORT_Type *base, port_type_t port, uint8_t num, bool enable) in PORT_SetPinPullUpEnable()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/drivers/
Dfsl_port.c97 void PORT_SetFilterSelect(PORT_Type *base, port_filter_pin_t port, port_filter_select_t filter) in PORT_SetFilterSelect()
131 void PORT_SetPinPullUpEnable(PORT_Type *base, port_type_t port, uint8_t num, bool enable) in PORT_SetPinPullUpEnable()
/hal_nxp-latest/mcux/middleware/wifi_nxp/sdio_nxp_abs/incl/
Dmlan_sdio.h37 #define MP_TX_AGGR_BUF_PUT(a, mbuf, port) \ argument
95 #define MP_RX_AGGR_SETUP(a, mbuf, port, rx_len) \ argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_iopctl/
Dfsl_iopctl.h41 uint32_t port : 8; /* Pin port */ member
88 __STATIC_INLINE void IOPCTL_PinMuxSet(IOPCTL_Type *base, uint8_t port, uint8_t pin, uint32_t modefu… in IOPCTL_PinMuxSet()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/
Dfsl_iopctl.h41 uint32_t port : 8; /* Pin port */ member
90 __STATIC_INLINE void IOPCTL_PinMuxSet(uint8_t port, uint8_t pin, uint32_t modefunc) in IOPCTL_PinMuxSet()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/
Dfsl_iopctl.h41 uint32_t port : 8; /* Pin port */ member
90 __STATIC_INLINE void IOPCTL_PinMuxSet(uint8_t port, uint8_t pin, uint32_t modefunc) in IOPCTL_PinMuxSet()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/
Dfsl_iopctl.h41 uint32_t port : 8; /* Pin port */ member
90 __STATIC_INLINE void IOPCTL_PinMuxSet(uint8_t port, uint8_t pin, uint32_t modefunc) in IOPCTL_PinMuxSet()
/hal_nxp-latest/mcux/mcux-sdk/drivers/gint/
Dfsl_gint.c153 void GINT_ConfigPins(GINT_Type *base, gint_port_t port, uint32_t polarityMask, uint32_t enableMask) in GINT_ConfigPins()
175 void GINT_GetConfigPins(GINT_Type *base, gint_port_t port, uint32_t *polarityMask, uint32_t *enable… in GINT_GetConfigPins()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z4/drivers/
Dfsl_port.h186 static inline void PORT_SetFilterSelect(PORT_Type *base, port_filter_pin_t port, port_filter_select… in PORT_SetFilterSelect()
268 static inline void PORT_SetPinPullUpEnable(PORT_Type *base, port_type_t port, uint8_t num, bool ena… in PORT_SetPinPullUpEnable()
/hal_nxp-latest/mcux/mcux-sdk/components/sdu/
Dfsl_adapter_sdu.c605 …status_t status, sdioslv_func_t func, sdioslv_port_t port, transfer_buffer_t *buffer, void *user_d… in SDU_CmdCallback()
646 …status_t status, sdioslv_func_t func, sdioslv_port_t port, transfer_buffer_t *buffer, void *user_d… in SDU_DataCallback()
1264 static status_t SDU_RefillDataBuffer(sdu_ctrl_t *ctrl, sdioslv_port_t port) in SDU_RefillDataBuffer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi.c435 …id FLEXSPI_UpdateDllValue(FLEXSPI_Type *base, flexspi_device_config_t *config, flexspi_port_t port) in FLEXSPI_UpdateDllValue()
497 …id FLEXSPI_SetFlashConfig(FLEXSPI_Type *base, flexspi_device_config_t *config, flexspi_port_t port) in FLEXSPI_SetFlashConfig()
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c6358 …_EthSwt_Ip_ConfigBridgePortDefaultVlanReg(uint8 SwitchPortIdx, const Netc_EthSwt_Ip_PortType *port)
6396 … Netc_EthSwt_Ip_ConfigCreditBaseShaperReg(uint8 SwitchPortIdx, const Netc_EthSwt_Ip_PortType *port)
6419 … Netc_EthSwt_Ip_ConfigEgressPreemptionReg(uint8 SwitchPortIdx, const Netc_EthSwt_Ip_PortType *port)
6444 …andReg(Netc_EthSwt_Ip_SwitchIdxSwitchPort SwitchIdxSwitchPort, const Netc_EthSwt_Ip_PortType *port)
6522 …ttings(Netc_EthSwt_Ip_SwitchIdxSwitchPort SwitchIdxSwitchPort, const Netc_EthSwt_Ip_PortType *port)
6536 …itPort(Netc_EthSwt_Ip_SwitchIdxSwitchPort SwitchIdxSwitchPort, const Netc_EthSwt_Ip_PortType *port)
/hal_nxp-latest/dts/nxp/kinetis/
DMKW40Z160VHT4-pinctrl.h15 #define KINETIS_MUX(port, pin, mux) \ argument
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/drivers/
Dfsl_port.c44 void PORT_SetPinPullUpEnable(PORT_Type *base, port_type_t port, uint8_t num, bool enable) in PORT_SetPinPullUpEnable()

1234567