/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/ |
D | Driver_CAN.h | 21 * Project: CAN (Controller Area Network) Driver definitions 53 /****** CAN Bitrate selection codes *****/ 59 /****** CAN Bit Propagation Segment codes (PROP_SEG) *****/ 64 /****** CAN Bit Phase Buffer Segment 1 (PHASE_SEG1) codes *****/ 69 /****** CAN Bit Phase Buffer Segment 2 (PHASE_SEG2) codes *****/ 74 /****** CAN Bit (Re)Synchronization Jump Width Segment (SJW) *****/ 79 /****** CAN Mode codes *****/ 89 /****** CAN Filter Operation codes *****/ 99 /****** CAN Object Configuration codes *****/ 101 ARM_CAN_OBJ_INACTIVE, ///< CAN object inactive [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcan/ |
D | fsl_flexcan.h | 327 * @brief FlexCAN CAN FD frame supporting data length (available DLC values). 331 …* For Rx, when the Data size corresponding to DLC value received from the CAN bus is larger than t… 403 …kFLEXCAN_ErrorInterruptEnable = CAN_CTRL1_ERRMSK_MASK, /*!< CAN Error interrupt, use bit 14. … 410 …kFLEXCAN_FDErrorInterruptEnable = CAN_CTRL2_ERRMSK_FAST_MASK, /*!< CAN FD Error interrupt, use bit… 455 kFLEXCAN_FDErrorIntFlag = CAN_ESR1_ERRINT_FAST_MASK, /*!< CAN FD Error Interrupt Flag. */ 458 kFLEXCAN_SynchFlag = CAN_ESR1_SYNCH_MASK, /*!< CAN Synchronization Status. */ 466 kFLEXCAN_ErrorIntFlag = CAN_ESR1_ERRINT_MASK, /*!< CAN Error Interrupt Flag. */ 606 * It is used as the parameter of FLEXCAN_GetMemoryErrorReportStatus() function. And user can 633 uint32_t length : 4; /*!< CAN frame data length in bytes (Range: 0~8). */ 634 uint32_t type : 1; /*!< CAN Frame Type(DATA or REMOTE). */ [all …]
|
D | fsl_flexcan.c | 39 /* According to CiA doc 1301 v1.0.0, specified data/nominal phase sample point postion for CAN FD a… 100 /* Define maximum CAN and CAN FD bit rate supported by FLEXCAN. */ 123 /* If no define such MACRO, it mean that the CAN in current device have no clock affect issue. */ 206 * will set all the registers to reset state so the FlexCAN module can not work 214 * @brief Calculates the segment values for a single bit time for classical CAN. 216 …* This function use to calculates the Classical CAN segment values which will be set in CTRL1/CBT/… 244 * @brief Calculates the segment values for a single bit time for CAN FD data phase. 246 …* This function use to calculates the CAN FD data phase segment values which will be set in CFDCBT… 256 * @brief Calculates the improved timing values by specific bit rate for CAN FD nominal phase. 258 …* This function use to calculates the CAN FD nominal phase timing values according to the given no… [all …]
|
/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/header/ |
D | S32Z2_COMMON.h | 68 …#error S32Z2 memory map: There is already included another memory map. Only one memory map can be … 262 SMU_CANXL0_INT_RX_TX_DATA_IRQn = 128, /**< CANXL: CAN frame data */ 264 SMU_CANXL1_INT_RX_TX_DATA_IRQn = 130, /**< 'CANXL: CAN frame data */ 487 …CAN bus went to Bus Off state, Interrupt indicating that the FlexCAN has completed the Bus Off cou… 831 RTU_CANXL0_INT_RX_TX_DATA_IRQn = 256, /**< CANXL: CAN frame data */ 833 RTU_CANXL1_INT_RX_TX_DATA_IRQn = 258, /**< 'CANXL: CAN frame data */ 839 …= 264, /**< CANXL: the Rx FIFO used for reception of selected CAN frames has reached … 841 … /**< CANXL: protocol engine error occured related to reception or transmission of CAN frames. */ 846 …RTU_CANXL1_INT_TX_MB_1_IRQn = 272, /**< CANXL: CAN frame transmission from one of th… 847 …RTU_CANXL1_INT_TX_MB_2_IRQn = 273, /**< CANXL: CAN frame transmission from one of th… [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcan/ |
D | fsl_mcan.h | 30 * User can change the macro with their requirement by defined the MACRO. 68 kMCAN_AccesstoRsvdFlag = CAN_IR_ARA_MASK, /*!< CAN Synchronization Status. */ 158 uint32_t id : 29; /*!< CAN Frame Identifier. */ 159 uint32_t rtr : 1; /*!< CAN Frame Type(DATA or REMOTE). */ 160 uint32_t xtd : 1; /*!< CAN Frame Type(STD or EXT). */ 161 uint32_t esi : 1; /*!< CAN Frame Error State Indicator. */ 169 uint32_t fdf : 1; /*!< CAN FD format. */ 175 uint8_t size; /*!< classical CAN is 8(bytes), FD is 12/64 such. */ 183 uint32_t id : 29; /*!< CAN Frame Identifier. */ 184 uint32_t rtr : 1; /*!< CAN Frame Type(DATA or REMOTE). */ [all …]
|
D | fsl_mcan.c | 20 /* According to CiA doc 1301 v1.0.0, specified data/nominal phase sample point postion for CAN FD a… 27 …ding to CiA doc 301 v4.2.0 and previous version, specified sample point postion for classic CAN. */ 87 * @brief Calculates the segment values for a single bit time for classical CAN 96 * @brief Get the segment values for a single bit time for classical CAN 105 * @brief Get the specified segment values for a single bit time for classical CAN 323 /* Enable the CAN FD mode and Bit Rate Switch feature. */ in MCAN_Init() 496 * brief Calculates the improved timing values by specific bit rate for CAN FD nominal phase. 498 …* This function use to calculates the CAN FD nominal phase timing values according to the given no… 501 …* param baudRate The CAN FD nominal phase speed in bps defined by user, should be less than or eq… 565 … /* Determine whether the calculated timing configuration can get the optimal sampling point. */ in MCAN_CalculateImprovedNominalTimingValues() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/drivers/upower/ |
D | upower_api.h | 71 * The service request functions are non-blocking, and their completion can be 105 * They can run simultaneously on different domains (RTD/APD), and can also run 184 * if no error is returned, it can start making service calls using the API. 187 * - the uPower services can be started using the ROM code only, which includes 190 * The code RAM can be loaded while these services are running and, 191 * when the loading is done, the services can be re-started with these 2 219 * If no MU interrupts can happen during the execution of an API call or 281 * upwr_start can be called by any domain even if the services are already 286 * A callback can be optionally registered, and will be called upon the arrival 317 * argument ret, or can be pointed by argument retptr in the upwr_req_status and [all …]
|
D | upower_api.c | 430 * if no error is returned, it can start making service calls using the API. 433 * - the uPower services can be started using the ROM code only, which includes 436 * The code RAM can be loaded while these services are running and, 437 * when the loading is done, the services can be re-started with these 2 549 * If no MU interrupts can happen during the execution of an API call or 738 * upwr_start can be called by any domain even if the services are already 743 * A callback can be optionally registered, and will be called upon the arrival 791 * argument ret, or can be pointed by argument retptr in the upwr_req_status and 804 * A callback can be optionally registered, and will be called upon the arrival 863 * A callback can be optionally registered, and will be called upon the arrival [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD3/drivers/upower/ |
D | upower_api.h | 71 * The service request functions are non-blocking, and their completion can be 105 * They can run simultaneously on different domains (RTD/APD), and can also run 184 * if no error is returned, it can start making service calls using the API. 187 * - the uPower services can be started using the ROM code only, which includes 190 * The code RAM can be loaded while these services are running and, 191 * when the loading is done, the services can be re-started with these 2 219 * If no MU interrupts can happen during the execution of an API call or 281 * upwr_start can be called by any domain even if the services are already 286 * A callback can be optionally registered, and will be called upon the arrival 317 * argument ret, or can be pointed by argument retptr in the upwr_req_status and [all …]
|
D | upower_api.c | 430 * if no error is returned, it can start making service calls using the API. 433 * - the uPower services can be started using the ROM code only, which includes 436 * The code RAM can be loaded while these services are running and, 437 * when the loading is done, the services can be re-started with these 2 549 * If no MU interrupts can happen during the execution of an API call or 738 * upwr_start can be called by any domain even if the services are already 743 * A callback can be optionally registered, and will be called upon the arrival 791 * argument ret, or can be pointed by argument retptr in the upwr_req_status and 804 * A callback can be optionally registered, and will be called upon the arrival 863 * A callback can be optionally registered, and will be called upon the arrival [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/drivers/upower/ |
D | upower_api.h | 71 * The service request functions are non-blocking, and their completion can be 105 * They can run simultaneously on different domains (RTD/APD), and can also run 184 * if no error is returned, it can start making service calls using the API. 187 * - the uPower services can be started using the ROM code only, which includes 190 * The code RAM can be loaded while these services are running and, 191 * when the loading is done, the services can be re-started with these 2 219 * If no MU interrupts can happen during the execution of an API call or 281 * upwr_start can be called by any domain even if the services are already 286 * A callback can be optionally registered, and will be called upon the arrival 317 * argument ret, or can be pointed by argument retptr in the upwr_req_status and [all …]
|
D | upower_api.c | 430 * if no error is returned, it can start making service calls using the API. 433 * - the uPower services can be started using the ROM code only, which includes 436 * The code RAM can be loaded while these services are running and, 437 * when the loading is done, the services can be re-started with these 2 549 * If no MU interrupts can happen during the execution of an API call or 738 * upwr_start can be called by any domain even if the services are already 743 * A callback can be optionally registered, and will be called upon the arrival 791 * argument ret, or can be pointed by argument retptr in the upwr_req_status and 804 * A callback can be optionally registered, and will be called upon the arrival 863 * A callback can be optionally registered, and will be called upon the arrival [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US3/drivers/upower/ |
D | upower_api.h | 71 * The service request functions are non-blocking, and their completion can be 105 * They can run simultaneously on different domains (RTD/APD), and can also run 184 * if no error is returned, it can start making service calls using the API. 187 * - the uPower services can be started using the ROM code only, which includes 190 * The code RAM can be loaded while these services are running and, 191 * when the loading is done, the services can be re-started with these 2 219 * If no MU interrupts can happen during the execution of an API call or 281 * upwr_start can be called by any domain even if the services are already 286 * A callback can be optionally registered, and will be called upon the arrival 317 * argument ret, or can be pointed by argument retptr in the upwr_req_status and [all …]
|
D | upower_api.c | 430 * if no error is returned, it can start making service calls using the API. 433 * - the uPower services can be started using the ROM code only, which includes 436 * The code RAM can be loaded while these services are running and, 437 * when the loading is done, the services can be re-started with these 2 549 * If no MU interrupts can happen during the execution of an API call or 738 * upwr_start can be called by any domain even if the services are already 743 * A callback can be optionally registered, and will be called upon the arrival 791 * argument ret, or can be pointed by argument retptr in the upwr_req_status and 804 * A callback can be optionally registered, and will be called upon the arrival 863 * A callback can be optionally registered, and will be called upon the arrival [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US5/drivers/upower/ |
D | upower_api.h | 71 * The service request functions are non-blocking, and their completion can be 105 * They can run simultaneously on different domains (RTD/APD), and can also run 184 * if no error is returned, it can start making service calls using the API. 187 * - the uPower services can be started using the ROM code only, which includes 190 * The code RAM can be loaded while these services are running and, 191 * when the loading is done, the services can be re-started with these 2 219 * If no MU interrupts can happen during the execution of an API call or 281 * upwr_start can be called by any domain even if the services are already 286 * A callback can be optionally registered, and will be called upon the arrival 317 * argument ret, or can be pointed by argument retptr in the upwr_req_status and [all …]
|
D | upower_api.c | 430 * if no error is returned, it can start making service calls using the API. 433 * - the uPower services can be started using the ROM code only, which includes 436 * The code RAM can be loaded while these services are running and, 437 * when the loading is done, the services can be re-started with these 2 549 * If no MU interrupts can happen during the execution of an API call or 738 * upwr_start can be called by any domain even if the services are already 743 * A callback can be optionally registered, and will be called upon the arrival 791 * argument ret, or can be pointed by argument retptr in the upwr_req_status and 804 * A callback can be optionally registered, and will be called upon the arrival 863 * A callback can be optionally registered, and will be called upon the arrival [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8ulp/ |
D | board.c | 509 mrcRegionConfig.nseEnable = false; /* secure state can access the region */ in BOARD_SetTrdcGlobalConfig() 540 mbcBlockConfig.nseEnable = false; /* secure state can access the region */ in BOARD_SetTrdcGlobalConfig() 574 …/* non secure state can access Pbridge1(MBC2_MEM1) for DMA1, USB0, USB1, ENET, UDSHC0, USDHC1, UDS… in BOARD_SetTrdcGlobalConfig() 578 …mbcBlockConfig.nseEnable = true; /* non secure state can access the block for DMA1, USB0, USB1,… in BOARD_SetTrdcGlobalConfig() 590 …/* non secure state can access SSRAM(MBC0_MEM2) for DMA1, USB0, USB1, ENET, UDSHC0, USDHC1, UDSHC2… in BOARD_SetTrdcGlobalConfig() 593 …mbcBlockConfig.nseEnable = true; /* non secure state can access the block for DMA1, USB0, USB1,… in BOARD_SetTrdcGlobalConfig() 606 …/* non secure state can access 0x1fff8000(it is used for resource table of rpmsg) for cortex-A35 */ in BOARD_SetTrdcGlobalConfig() 608 …mbcBlockConfig.nseEnable = true; /* non secure state can access the block for cort… in BOARD_SetTrdcGlobalConfig() 615 /* non secure state can access CGC0: PBrigge0 slot 47 and PCC0 slot 48 for cortex-A35 */ in BOARD_SetTrdcGlobalConfig() 617 …mbcBlockConfig.nseEnable = true; /* non secure state can access the block for cort… in BOARD_SetTrdcGlobalConfig() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/sctimer/ |
D | fsl_sctimer.h | 256 * The configuration structure can be made constant so as to reside in flash. 262 … User can use the 16-bit low counter and the 16-bit high counters at the 263 … same time; for Hardware limit, user can not use unified 32-bit counter 361 * for the same state. The state number can be retrieved by calling the function 497 …* @note In 16-bit mode, we can enable both Counter_L and Counter_H, In 32-bit mode, we only can se… 532 /* Counter_L/Counter_H can't work together with Counter_U. */ in SCTIMER_StartTimer() 574 /* Counter_L/Counter_H can't work together with Counter_U. */ in SCTIMER_StopTimer() 594 * The function returns the event number; this event number can be used to configure actions to be 602 …* @param whichCounter SCTimer counter to use. In 16-bit mode, we can select Counter_L and Counter_… 603 * In 32-bit mode, we can select Counter_U. [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/ |
D | README.md | 16 …tion (for memories) or OFF can be defined for each MCU low-power state, peripheral, memory or cloc… 18 …tating its development. By abstracting the SoC architecture, the developer can easily integrate th… 44 …- The user can specify the low-power state to enter and the resource constraints. If the resource … 78 …he user, and/or for a low-power state. To easily define constraints, the user can define a macro. 86 There is also macros that the user can modify depending on the need, located in *fsl_pm_device_conf… 88 …ed notification groups of power transitions, i.e entry/exit of a state. It can be useful to re-ena… 108 …ON/retain for a given low-power state. Each resource-constraint definition can be found in the fil… 139 The user can declare wakeup sources, first by calling the PM API, and then by declaring the wakeup-… 169 There is two types of constraints that can be set: 188 …sleep. For lower low power states where a reset is required, this type of constraint can be used. [all …]
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/mbedtls/ |
D | wpa_supp_els_pkc_mbedtls_config.h | 94 * and can be linked with an implementation of division for that type. 103 * it can reduce code size in some embedded targets. 254 * next version. You can enable this to help you prepare the transition to a 269 * next version. You can enable this to help you prepare the transition to a 307 * MBEDTLS_PARAM_FAILED(). You can do this by any of the following methods: 315 * You can still supply an alternative definition of 471 * initialization time before the first AES operation can be performed. 587 * If you disable all padding modes, only full blocks can be used with CBC. 643 * A man-in-the-browser attacker can recover authentication tokens sent through 714 * Enable "non-blocking" ECC operations that can return early and be resumed. [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/ak4497/ |
D | fsl_codec_ak4497_adapter.h | 64 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 74 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 94 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… 104 …* @param leftRecordChannel audio codec record channel, reference _codec_record_channel, can be a v… 106 …* @param rightRecordChannel audio codec record channel, reference _codec_record_channel, can be a … 117 * @param playSource audio codec play source, can be a value or combine value of _codec_play_source. 126 …* This function is used for codec module control, support switch digital interface cmd, can be exp… 180 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 193 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 219 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/cs42448/ |
D | fsl_codec_cs42448_adapter.h | 64 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 74 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 94 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… 104 …* @param leftRecordChannel audio codec record channel, reference _codec_record_channel, can be a v… 106 …* @param rightRecordChannel audio codec record channel, reference _codec_record_channel, can be a … 117 * @param playSource audio codec play source, can be a value or combine value of _codec_play_source. 126 …* This function is used for codec module control, support switch digital interface cmd, can be exp… 180 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 193 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 219 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/cs42888/ |
D | fsl_codec_cs42888_adapter.h | 64 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 74 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 94 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… 104 …* @param leftRecordChannel audio codec record channel, reference _codec_record_channel, can be a v… 106 …* @param rightRecordChannel audio codec record channel, reference _codec_record_channel, can be a … 117 * @param playSource audio codec play source, can be a value or combine value of _codec_play_source. 126 …* This function is used for codec module control, support switch digital interface cmd, can be exp… 180 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 193 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 219 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/da7212/ |
D | fsl_codec_da7212_adapter.h | 64 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 74 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 94 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… 104 …* @param leftRecordChannel audio codec record channel, reference _codec_record_channel, can be a v… 106 …* @param rightRecordChannel audio codec record channel, reference _codec_record_channel, can be a … 117 * @param playSource audio codec play source, can be a value or combine value of _codec_play_source. 126 …* This function is used for codec module control, support switch digital interface cmd, can be exp… 180 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 193 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 219 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/pcm186x/ |
D | fsl_codec_pcm186x_adapter.h | 64 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 74 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 94 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… 104 …* @param leftRecordChannel audio codec record channel, reference _codec_record_channel, can be a v… 106 …* @param rightRecordChannel audio codec record channel, reference _codec_record_channel, can be a … 117 * @param playSource audio codec play source, can be a value or combine value of _codec_play_source. 126 …* This function is used for codec module control, support switch digital interface cmd, can be exp… 180 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 193 …* @param playChannel audio codec play channel, can be a value or combine value of _codec_play_chan… 219 …* @param recordSource audio codec record source, can be a value or combine value of _codec_record_… [all …]
|